You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@etch.apache.org by sc...@apache.org on 2009/04/23 19:36:30 UTC

svn commit: r767991 [1/3] - in /incubator/etch/trunk: ./ binding-csharp/compiler/src/main/java/org/apache/etch/bindings/csharp/compiler/ binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/ binding-csharp/runtime/src/mai...

Author: sccomer
Date: Thu Apr 23 17:36:27 2009
New Revision: 767991

URL: http://svn.apache.org/viewvc?rev=767991&view=rev
Log:
clean up some more copyright notices.

disabled the eclipse compile of the broken Compiler.java for python.

Modified:
    incubator/etch/trunk/.classpath
    incubator/etch/trunk/binding-csharp/compiler/src/main/java/org/apache/etch/bindings/csharp/compiler/CompilerVersion.java.tmpl
    incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/base.vm
    incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/csharpKeywords.kwd
    incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/helper.vm
    incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/impl.vm
    incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/intf.vm
    incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/main.vm
    incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/readme.vm
    incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/remote.vm
    incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/stub.vm
    incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/vf.vm
    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/Properties/AssemblyInfo.cs
    incubator/etch/trunk/binding-java/compiler/src/main/java/org/apache/etch/bindings/java/compiler/CompilerVersion.java.tmpl
    incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/base.vm
    incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/helper.vm
    incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/impl.vm
    incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/intf.vm
    incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/javaKeywords.kwd
    incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/main.vm
    incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/readme.vm
    incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/remote.vm
    incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/stub.vm
    incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/vf.vm
    incubator/etch/trunk/binding-python/compiler/src/main/java/org/apache/etch/bindings/python/compiler/CompilerVersion.java.tmpl
    incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/base.vm
    incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/helper.vm
    incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/impl.vm
    incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/intf.vm
    incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/main.vm
    incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/pythonKeywords.kwd
    incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/readme.vm
    incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/remote.vm
    incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/stub.vm
    incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/vf.vm
    incubator/etch/trunk/binding-xml/compiler/src/main/java/org/apache/etch/bindings/xml/compiler/CompilerVersion.java.tmpl
    incubator/etch/trunk/binding-xml/compiler/src/main/resources/org/apache/etch/bindings/xml/compiler/vf.vm
    incubator/etch/trunk/build-support/default_header.txt
    incubator/etch/trunk/compiler/src/main/java/org/apache/etch/compiler/Version.java.tmpl
    incubator/etch/trunk/compiler/src/main/resources/org/apache/etch/compiler/globalKeywords.kwd
    incubator/etch/trunk/compiler/src/main/scripts/etch.bat
    incubator/etch/trunk/compiler/src/main/scripts/etch.sh
    incubator/etch/trunk/compiler/src/test/etch/comments/Comments.etch
    incubator/etch/trunk/compiler/src/test/etch/constants/Constants.etch
    incubator/etch/trunk/compiler/src/test/resources/org/apache/etch/compiler/mapWordsTestFileOne.kwd
    incubator/etch/trunk/compiler/src/test/resources/org/apache/etch/compiler/mapWordsTestFileTwo.kwd
    incubator/etch/trunk/compiler/src/test/resources/org/apache/etch/compiler/test.etch
    incubator/etch/trunk/examples/chat/src/main/csharp/ChatClientProj/Properties/AssemblyInfo.cs
    incubator/etch/trunk/examples/chat/src/main/csharp/ChatListenerProj/Properties/AssemblyInfo.cs
    incubator/etch/trunk/examples/chat/src/main/etch/Chat.etch
    incubator/etch/trunk/examples/chat/src/test/csharp/ChatTestProj/Properties/AssemblyInfo.cs
    incubator/etch/trunk/examples/distmap/src/main/csharp/DistMapClientProj/Properties/AssemblyInfo.cs
    incubator/etch/trunk/examples/distmap/src/main/csharp/DistMapListenerProj/Properties/AssemblyInfo.cs
    incubator/etch/trunk/examples/distmap/src/main/etch/DistributedHashTable.etch
    incubator/etch/trunk/examples/distmap/src/test/csharp/DistMapTestProj/Properties/AssemblyInfo.cs
    incubator/etch/trunk/examples/example/src/main/csharp/ExampleClientProj/Properties/AssemblyInfo.cs
    incubator/etch/trunk/examples/example/src/main/csharp/ExampleListenerProj/Properties/AssemblyInfo.cs
    incubator/etch/trunk/examples/example/src/main/etch/Example.etch
    incubator/etch/trunk/examples/example/src/test/csharp/ExampleTestProj/Properties/AssemblyInfo.cs
    incubator/etch/trunk/examples/perf/src/main/csharp/PerfClientProj/Properties/AssemblyInfo.cs
    incubator/etch/trunk/examples/perf/src/main/csharp/PerfListenerProj/Properties/AssemblyInfo.cs
    incubator/etch/trunk/examples/perf/src/main/etch/Perf.etch
    incubator/etch/trunk/examples/perf/src/test/csharp/PerfTestProj/Properties/AssemblyInfo.cs
    incubator/etch/trunk/interoptester/example/src/main/csharp/IOTClientProj/Properties/AssemblyInfo.cs
    incubator/etch/trunk/interoptester/example/src/main/csharp/IOTListenerProj/Properties/AssemblyInfo.cs
    incubator/etch/trunk/interoptester/example/src/main/etch/IOT.etch
    incubator/etch/trunk/plugins/visualstudio-addin/etch-addin/AssemblyInfo.cs
    incubator/etch/trunk/plugins/visualstudio-addin/postbuild/AssemblyInfo.cs
    incubator/etch/trunk/scripts/etch-eclipse.bash
    incubator/etch/trunk/scripts/etch-eclipse.bat
    incubator/etch/trunk/tests/src/main/etch/Async.etch
    incubator/etch/trunk/tests/src/main/etch/Bar.etch
    incubator/etch/trunk/tests/src/main/etch/Baz.etch
    incubator/etch/trunk/tests/src/main/etch/BigIdl.etch
    incubator/etch/trunk/tests/src/main/etch/Closing.etch
    incubator/etch/trunk/tests/src/main/etch/Cuae.etch
    incubator/etch/trunk/tests/src/main/etch/Foo.etch
    incubator/etch/trunk/tests/src/main/etch/Inheritance.etch
    incubator/etch/trunk/tests/src/main/etch/Test1.etch
    incubator/etch/trunk/tests/src/main/etch/Test2.etch
    incubator/etch/trunk/tests/src/main/etch/Test3.etch
    incubator/etch/trunk/tests/src/main/etch/Test4.etch
    incubator/etch/trunk/tests/src/main/etch/Test5.etch
    incubator/etch/trunk/tests/src/main/etch/Test6.etch
    incubator/etch/trunk/tests/src/main/etch/TestIncludes.etch
    incubator/etch/trunk/tests/src/main/etch/TestReservedWords.etch
    incubator/etch/trunk/tests/src/main/etch/Types.etch
    incubator/etch/trunk/tests/src/main/resources/org/apache/etch/tests/Test5WordsList.kwd
    incubator/etch/trunk/tests/src/test/csharp/TestsProj/Properties/AssemblyInfo.cs

Modified: incubator/etch/trunk/.classpath
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/.classpath?rev=767991&r1=767990&r2=767991&view=diff
==============================================================================
--- incubator/etch/trunk/.classpath (original)
+++ incubator/etch/trunk/.classpath Thu Apr 23 17:36:27 2009
@@ -37,7 +37,7 @@
 	<classpathentry kind="src" path="examples/perf/src/test/java"/>
 	<classpathentry kind="src" path="binding-c/compiler/src/main/java"/>
 	<classpathentry kind="src" path="binding-c/compiler/src/main/resources"/>
-	<classpathentry kind="src" path="binding-python/compiler/src/main/java"/>
+	<classpathentry excluding="org/apache/etch/bindings/python/compiler/Compiler.java" kind="src" path="binding-python/compiler/src/main/java"/>
 	<classpathentry kind="src" path="binding-python/compiler/src/main/resources"/>
 	<classpathentry kind="src" path="interoptester/src/main/java"/>
 	<classpathentry kind="src" path="interoptester/src/test/java"/>

Modified: incubator/etch/trunk/binding-csharp/compiler/src/main/java/org/apache/etch/bindings/csharp/compiler/CompilerVersion.java.tmpl
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/compiler/src/main/java/org/apache/etch/bindings/csharp/compiler/CompilerVersion.java.tmpl?rev=767991&r1=767990&r2=767991&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/compiler/src/main/java/org/apache/etch/bindings/csharp/compiler/CompilerVersion.java.tmpl (original)
+++ incubator/etch/trunk/binding-csharp/compiler/src/main/java/org/apache/etch/bindings/csharp/compiler/CompilerVersion.java.tmpl Thu Apr 23 17:36:27 2009
@@ -1,17 +1,20 @@
 /* $Id$
  *
- * Copyright 2007-2008 Cisco Systems Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not
- * use this file except in compliance with the License. You may obtain a copy
- * of the License at
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
  * under the License.
  */
 

Modified: incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/base.vm
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/base.vm?rev=767991&r1=767990&r2=767991&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/base.vm (original)
+++ incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/base.vm Thu Apr 23 17:36:27 2009
@@ -1,15 +1,18 @@
-## Copyright 2007-2008 Cisco Systems Inc.
+## Licensed to the Apache Software Foundation (ASF) under one
+## or more contributor license agreements. See the NOTICE file
+## distributed with this work for additional information
+## regarding copyright ownership. The ASF licenses this file
+## to you under the Apache License, Version 2.0 (the
+## "License"); you may not use this file except in compliance
+## with the License. You may obtain a copy of the License at
 ##
-## Licensed under the Apache License, Version 2.0 (the "License"); you may not
-## use this file except in compliance with the License. You may obtain a copy
-## of the License at
+##   http://www.apache.org/licenses/LICENSE-2.0
 ##
-##      http://www.apache.org/licenses/LICENSE-2.0
-##
-## Unless required by applicable law or agreed to in writing, software
-## distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-## WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-## License for the specific language governing permissions and limitations
+## Unless required by applicable law or agreed to in writing,
+## software distributed under the License is distributed on an
+## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+## KIND, either express or implied. See the License for the
+## specific language governing permissions and limitations
 ## under the License.
 // This file automatically generated by:
 //   $version

Modified: incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/csharpKeywords.kwd
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/csharpKeywords.kwd?rev=767991&r1=767990&r2=767991&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/csharpKeywords.kwd (original)
+++ incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/csharpKeywords.kwd Thu Apr 23 17:36:27 2009
@@ -1,15 +1,18 @@
 # $Id$
 # 
-# Copyright 2007-2008 Cisco Systems Inc.
-# 
-# Licensed under the Apache License, Version 2.0 (the "License"); you may not
-# use this file except in compliance with the License. You may obtain a copy
-# of the License at
-#  
-#     http://www.apache.org/licenses/LICENSE-2.0
-# 
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-# License for the specific language governing permissions and limitations
-# 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.
\ No newline at end of file

Modified: incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/helper.vm
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/helper.vm?rev=767991&r1=767990&r2=767991&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/helper.vm (original)
+++ incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/helper.vm Thu Apr 23 17:36:27 2009
@@ -1,15 +1,18 @@
-## Copyright 2007-2008 Cisco Systems Inc.
+## Licensed to the Apache Software Foundation (ASF) under one
+## or more contributor license agreements. See the NOTICE file
+## distributed with this work for additional information
+## regarding copyright ownership. The ASF licenses this file
+## to you under the Apache License, Version 2.0 (the
+## "License"); you may not use this file except in compliance
+## with the License. You may obtain a copy of the License at
 ##
-## Licensed under the Apache License, Version 2.0 (the "License"); you may not
-## use this file except in compliance with the License. You may obtain a copy
-## of the License at
+##   http://www.apache.org/licenses/LICENSE-2.0
 ##
-##      http://www.apache.org/licenses/LICENSE-2.0
-##
-## Unless required by applicable law or agreed to in writing, software
-## distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-## WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-## License for the specific language governing permissions and limitations
+## Unless required by applicable law or agreed to in writing,
+## software distributed under the License is distributed on an
+## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+## KIND, either express or implied. See the License for the
+## specific language governing permissions and limitations
 ## under the License.
 // This file automatically generated by:
 //   $version

Modified: incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/impl.vm
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/impl.vm?rev=767991&r1=767990&r2=767991&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/impl.vm (original)
+++ incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/impl.vm Thu Apr 23 17:36:27 2009
@@ -1,15 +1,18 @@
-## Copyright 2007-2008 Cisco Systems Inc.
+## Licensed to the Apache Software Foundation (ASF) under one
+## or more contributor license agreements. See the NOTICE file
+## distributed with this work for additional information
+## regarding copyright ownership. The ASF licenses this file
+## to you under the Apache License, Version 2.0 (the
+## "License"); you may not use this file except in compliance
+## with the License. You may obtain a copy of the License at
 ##
-## Licensed under the Apache License, Version 2.0 (the "License"); you may not
-## use this file except in compliance with the License. You may obtain a copy
-## of the License at
+##   http://www.apache.org/licenses/LICENSE-2.0
 ##
-##      http://www.apache.org/licenses/LICENSE-2.0
-##
-## Unless required by applicable law or agreed to in writing, software
-## distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-## WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-## License for the specific language governing permissions and limitations
+## Unless required by applicable law or agreed to in writing,
+## software distributed under the License is distributed on an
+## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+## KIND, either express or implied. See the License for the
+## specific language governing permissions and limitations
 ## under the License.
 // This file automatically generated by:
 //   $version

Modified: incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/intf.vm
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/intf.vm?rev=767991&r1=767990&r2=767991&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/intf.vm (original)
+++ incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/intf.vm Thu Apr 23 17:36:27 2009
@@ -1,15 +1,18 @@
-## Copyright 2007-2008 Cisco Systems Inc.
+## Licensed to the Apache Software Foundation (ASF) under one
+## or more contributor license agreements. See the NOTICE file
+## distributed with this work for additional information
+## regarding copyright ownership. The ASF licenses this file
+## to you under the Apache License, Version 2.0 (the
+## "License"); you may not use this file except in compliance
+## with the License. You may obtain a copy of the License at
 ##
-## Licensed under the Apache License, Version 2.0 (the "License"); you may not
-## use this file except in compliance with the License. You may obtain a copy
-## of the License at
+##   http://www.apache.org/licenses/LICENSE-2.0
 ##
-##      http://www.apache.org/licenses/LICENSE-2.0
-##
-## Unless required by applicable law or agreed to in writing, software
-## distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-## WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-## License for the specific language governing permissions and limitations
+## Unless required by applicable law or agreed to in writing,
+## software distributed under the License is distributed on an
+## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+## KIND, either express or implied. See the License for the
+## specific language governing permissions and limitations
 ## under the License.
 // This file automatically generated by:
 //   $version

Modified: incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/main.vm
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/main.vm?rev=767991&r1=767990&r2=767991&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/main.vm (original)
+++ incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/main.vm Thu Apr 23 17:36:27 2009
@@ -1,15 +1,18 @@
-## Copyright 2007-2008 Cisco Systems Inc.
+## Licensed to the Apache Software Foundation (ASF) under one
+## or more contributor license agreements. See the NOTICE file
+## distributed with this work for additional information
+## regarding copyright ownership. The ASF licenses this file
+## to you under the Apache License, Version 2.0 (the
+## "License"); you may not use this file except in compliance
+## with the License. You may obtain a copy of the License at
 ##
-## Licensed under the Apache License, Version 2.0 (the "License"); you may not
-## use this file except in compliance with the License. You may obtain a copy
-## of the License at
+##   http://www.apache.org/licenses/LICENSE-2.0
 ##
-##      http://www.apache.org/licenses/LICENSE-2.0
-##
-## Unless required by applicable law or agreed to in writing, software
-## distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-## WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-## License for the specific language governing permissions and limitations
+## Unless required by applicable law or agreed to in writing,
+## software distributed under the License is distributed on an
+## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+## KIND, either express or implied. See the License for the
+## specific language governing permissions and limitations
 ## under the License.
 // This file automatically generated by:
 //   $version

Modified: incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/readme.vm
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/readme.vm?rev=767991&r1=767990&r2=767991&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/readme.vm (original)
+++ incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/readme.vm Thu Apr 23 17:36:27 2009
@@ -1,15 +1,18 @@
-## Copyright 2007-2008 Cisco Systems Inc.
+## Licensed to the Apache Software Foundation (ASF) under one
+## or more contributor license agreements. See the NOTICE file
+## distributed with this work for additional information
+## regarding copyright ownership. The ASF licenses this file
+## to you under the Apache License, Version 2.0 (the
+## "License"); you may not use this file except in compliance
+## with the License. You may obtain a copy of the License at
 ##
-## Licensed under the Apache License, Version 2.0 (the "License"); you may not
-## use this file except in compliance with the License. You may obtain a copy
-## of the License at
+##   http://www.apache.org/licenses/LICENSE-2.0
 ##
-##      http://www.apache.org/licenses/LICENSE-2.0
-##
-## Unless required by applicable law or agreed to in writing, software
-## distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-## WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-## License for the specific language governing permissions and limitations
+## Unless required by applicable law or agreed to in writing,
+## software distributed under the License is distributed on an
+## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+## KIND, either express or implied. See the License for the
+## specific language governing permissions and limitations
 ## under the License.
 // This file automatically generated by:
 //   $version

Modified: incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/remote.vm
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/remote.vm?rev=767991&r1=767990&r2=767991&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/remote.vm (original)
+++ incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/remote.vm Thu Apr 23 17:36:27 2009
@@ -1,15 +1,18 @@
-## Copyright 2007-2008 Cisco Systems Inc.
+## Licensed to the Apache Software Foundation (ASF) under one
+## or more contributor license agreements. See the NOTICE file
+## distributed with this work for additional information
+## regarding copyright ownership. The ASF licenses this file
+## to you under the Apache License, Version 2.0 (the
+## "License"); you may not use this file except in compliance
+## with the License. You may obtain a copy of the License at
 ##
-## Licensed under the Apache License, Version 2.0 (the "License"); you may not
-## use this file except in compliance with the License. You may obtain a copy
-## of the License at
+##   http://www.apache.org/licenses/LICENSE-2.0
 ##
-##      http://www.apache.org/licenses/LICENSE-2.0
-##
-## Unless required by applicable law or agreed to in writing, software
-## distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-## WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-## License for the specific language governing permissions and limitations
+## Unless required by applicable law or agreed to in writing,
+## software distributed under the License is distributed on an
+## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+## KIND, either express or implied. See the License for the
+## specific language governing permissions and limitations
 ## under the License.
 // This file automatically generated by:
 //   $version

Modified: incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/stub.vm
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/stub.vm?rev=767991&r1=767990&r2=767991&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/stub.vm (original)
+++ incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/stub.vm Thu Apr 23 17:36:27 2009
@@ -1,15 +1,18 @@
-## Copyright 2007-2008 Cisco Systems Inc.
+## Licensed to the Apache Software Foundation (ASF) under one
+## or more contributor license agreements. See the NOTICE file
+## distributed with this work for additional information
+## regarding copyright ownership. The ASF licenses this file
+## to you under the Apache License, Version 2.0 (the
+## "License"); you may not use this file except in compliance
+## with the License. You may obtain a copy of the License at
 ##
-## Licensed under the Apache License, Version 2.0 (the "License"); you may not
-## use this file except in compliance with the License. You may obtain a copy
-## of the License at
+##   http://www.apache.org/licenses/LICENSE-2.0
 ##
-##      http://www.apache.org/licenses/LICENSE-2.0
-##
-## Unless required by applicable law or agreed to in writing, software
-## distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-## WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-## License for the specific language governing permissions and limitations
+## Unless required by applicable law or agreed to in writing,
+## software distributed under the License is distributed on an
+## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+## KIND, either express or implied. See the License for the
+## specific language governing permissions and limitations
 ## under the License.
 // This file automatically generated by:
 //   $version

Modified: incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/vf.vm
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/vf.vm?rev=767991&r1=767990&r2=767991&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/vf.vm (original)
+++ incubator/etch/trunk/binding-csharp/compiler/src/main/resources/org/apache/etch/bindings/csharp/compiler/vf.vm Thu Apr 23 17:36:27 2009
@@ -1,15 +1,18 @@
-## Copyright 2007-2008 Cisco Systems Inc.
+## Licensed to the Apache Software Foundation (ASF) under one
+## or more contributor license agreements. See the NOTICE file
+## distributed with this work for additional information
+## regarding copyright ownership. The ASF licenses this file
+## to you under the Apache License, Version 2.0 (the
+## "License"); you may not use this file except in compliance
+## with the License. You may obtain a copy of the License at
 ##
-## Licensed under the Apache License, Version 2.0 (the "License"); you may not
-## use this file except in compliance with the License. You may obtain a copy
-## of the License at
+##   http://www.apache.org/licenses/LICENSE-2.0
 ##
-##      http://www.apache.org/licenses/LICENSE-2.0
-##
-## Unless required by applicable law or agreed to in writing, software
-## distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-## WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-## License for the specific language governing permissions and limitations
+## Unless required by applicable law or agreed to in writing,
+## software distributed under the License is distributed on an
+## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+## KIND, either express or implied. See the License for the
+## specific language governing permissions and limitations
 ## under the License.
 // This file automatically generated by:
 //   $version

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=767991&r1=767990&r2=767991&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 Thu Apr 23 17:36:27 2009
@@ -1,19 +1,23 @@
-// 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$
+ *
+ * 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=767991&r1=767990&r2=767991&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 Thu Apr 23 17:36:27 2009
@@ -1,19 +1,23 @@
-// 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: ComboValidator.java 743147 2009-02-10 22:53:01Z sccomer $
+ *
+ * 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/Properties/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Properties/AssemblyInfo.cs?rev=767991&r1=767990&r2=767991&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 Thu Apr 23 17:36:27 2009
@@ -23,9 +23,9 @@
 [assembly: AssemblyTitle("EtchTest")]
 [assembly: AssemblyDescription("Etch C# Unit Tests DLL")]
 [assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Cisco Systems")]
-[assembly: AssemblyProduct("Etch")]
-[assembly: AssemblyCopyright("Copyright © Cisco Systems 2008")]
+[assembly: AssemblyCompany("Apache Software Foundation")]
+[assembly: AssemblyProduct("Apache Etch (incubating)")]
+[assembly: AssemblyCopyright("Copyright © Apache Software Foundation 2009")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 

Modified: incubator/etch/trunk/binding-java/compiler/src/main/java/org/apache/etch/bindings/java/compiler/CompilerVersion.java.tmpl
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-java/compiler/src/main/java/org/apache/etch/bindings/java/compiler/CompilerVersion.java.tmpl?rev=767991&r1=767990&r2=767991&view=diff
==============================================================================
--- incubator/etch/trunk/binding-java/compiler/src/main/java/org/apache/etch/bindings/java/compiler/CompilerVersion.java.tmpl (original)
+++ incubator/etch/trunk/binding-java/compiler/src/main/java/org/apache/etch/bindings/java/compiler/CompilerVersion.java.tmpl Thu Apr 23 17:36:27 2009
@@ -1,17 +1,20 @@
 /* $Id$
  *
- * Copyright 2007-2008 Cisco Systems Inc.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
  *
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not
- * use this file except in compliance with the License. You may obtain a copy
- * of the License at
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
  * under the License.
  */
 

Modified: incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/base.vm
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/base.vm?rev=767991&r1=767990&r2=767991&view=diff
==============================================================================
--- incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/base.vm (original)
+++ incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/base.vm Thu Apr 23 17:36:27 2009
@@ -1,15 +1,18 @@
-## Copyright 2007-2008 Cisco Systems Inc.
+## Licensed to the Apache Software Foundation (ASF) under one
+## or more contributor license agreements. See the NOTICE file
+## distributed with this work for additional information
+## regarding copyright ownership. The ASF licenses this file
+## to you under the Apache License, Version 2.0 (the
+## "License"); you may not use this file except in compliance
+## with the License. You may obtain a copy of the License at
 ##
-## Licensed under the Apache License, Version 2.0 (the "License"); you may not
-## use this file except in compliance with the License. You may obtain a copy
-## of the License at
+##   http://www.apache.org/licenses/LICENSE-2.0
 ##
-##      http://www.apache.org/licenses/LICENSE-2.0
-##
-## Unless required by applicable law or agreed to in writing, software
-## distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-## WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-## License for the specific language governing permissions and limitations
+## Unless required by applicable law or agreed to in writing,
+## software distributed under the License is distributed on an
+## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+## KIND, either express or implied. See the License for the
+## specific language governing permissions and limitations
 ## under the License.
 // This file automatically generated by:
 //   $version

Modified: incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/helper.vm
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/helper.vm?rev=767991&r1=767990&r2=767991&view=diff
==============================================================================
--- incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/helper.vm (original)
+++ incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/helper.vm Thu Apr 23 17:36:27 2009
@@ -1,15 +1,18 @@
-## Copyright 2007-2008 Cisco Systems Inc.
+## Licensed to the Apache Software Foundation (ASF) under one
+## or more contributor license agreements. See the NOTICE file
+## distributed with this work for additional information
+## regarding copyright ownership. The ASF licenses this file
+## to you under the Apache License, Version 2.0 (the
+## "License"); you may not use this file except in compliance
+## with the License. You may obtain a copy of the License at
 ##
-## Licensed under the Apache License, Version 2.0 (the "License"); you may not
-## use this file except in compliance with the License. You may obtain a copy
-## of the License at
+##   http://www.apache.org/licenses/LICENSE-2.0
 ##
-##      http://www.apache.org/licenses/LICENSE-2.0
-##
-## Unless required by applicable law or agreed to in writing, software
-## distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-## WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-## License for the specific language governing permissions and limitations
+## Unless required by applicable law or agreed to in writing,
+## software distributed under the License is distributed on an
+## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+## KIND, either express or implied. See the License for the
+## specific language governing permissions and limitations
 ## under the License.
 // This file automatically generated by:
 //   $version

Modified: incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/impl.vm
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/impl.vm?rev=767991&r1=767990&r2=767991&view=diff
==============================================================================
--- incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/impl.vm (original)
+++ incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/impl.vm Thu Apr 23 17:36:27 2009
@@ -1,15 +1,18 @@
-## Copyright 2007-2008 Cisco Systems Inc.
+## Licensed to the Apache Software Foundation (ASF) under one
+## or more contributor license agreements. See the NOTICE file
+## distributed with this work for additional information
+## regarding copyright ownership. The ASF licenses this file
+## to you under the Apache License, Version 2.0 (the
+## "License"); you may not use this file except in compliance
+## with the License. You may obtain a copy of the License at
 ##
-## Licensed under the Apache License, Version 2.0 (the "License"); you may not
-## use this file except in compliance with the License. You may obtain a copy
-## of the License at
+##   http://www.apache.org/licenses/LICENSE-2.0
 ##
-##      http://www.apache.org/licenses/LICENSE-2.0
-##
-## Unless required by applicable law or agreed to in writing, software
-## distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-## WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-## License for the specific language governing permissions and limitations
+## Unless required by applicable law or agreed to in writing,
+## software distributed under the License is distributed on an
+## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+## KIND, either express or implied. See the License for the
+## specific language governing permissions and limitations
 ## under the License.
 // This file automatically generated by:
 //   $version

Modified: incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/intf.vm
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/intf.vm?rev=767991&r1=767990&r2=767991&view=diff
==============================================================================
--- incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/intf.vm (original)
+++ incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/intf.vm Thu Apr 23 17:36:27 2009
@@ -1,15 +1,18 @@
-## Copyright 2007-2008 Cisco Systems Inc.
+## Licensed to the Apache Software Foundation (ASF) under one
+## or more contributor license agreements. See the NOTICE file
+## distributed with this work for additional information
+## regarding copyright ownership. The ASF licenses this file
+## to you under the Apache License, Version 2.0 (the
+## "License"); you may not use this file except in compliance
+## with the License. You may obtain a copy of the License at
 ##
-## Licensed under the Apache License, Version 2.0 (the "License"); you may not
-## use this file except in compliance with the License. You may obtain a copy
-## of the License at
+##   http://www.apache.org/licenses/LICENSE-2.0
 ##
-##      http://www.apache.org/licenses/LICENSE-2.0
-##
-## Unless required by applicable law or agreed to in writing, software
-## distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-## WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-## License for the specific language governing permissions and limitations
+## Unless required by applicable law or agreed to in writing,
+## software distributed under the License is distributed on an
+## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+## KIND, either express or implied. See the License for the
+## specific language governing permissions and limitations
 ## under the License.
 // This file automatically generated by:
 //   $version

Modified: incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/javaKeywords.kwd
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/javaKeywords.kwd?rev=767991&r1=767990&r2=767991&view=diff
==============================================================================
--- incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/javaKeywords.kwd (original)
+++ incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/javaKeywords.kwd Thu Apr 23 17:36:27 2009
@@ -1,21 +1,22 @@
 # $Id$
 # 
-# Copyright 2007-2008 Cisco Systems Inc.
-# 
-# Licensed under the Apache License, Version 2.0 (the "License"); you may not
-# use this file except in compliance with the License. You may obtain a copy
-# of the License at
-#  
-#     http://www.apache.org/licenses/LICENSE-2.0
-# 
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-# License for the specific language governing permissions and limitations
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
 # under the License.
 
-
-
 # *  	   	not used
 # ** 	  	added in 1.2
 # *** 	  	added in 1.4

Modified: incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/main.vm
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/main.vm?rev=767991&r1=767990&r2=767991&view=diff
==============================================================================
--- incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/main.vm (original)
+++ incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/main.vm Thu Apr 23 17:36:27 2009
@@ -1,15 +1,18 @@
-## Copyright 2007-2008 Cisco Systems Inc.
+## Licensed to the Apache Software Foundation (ASF) under one
+## or more contributor license agreements. See the NOTICE file
+## distributed with this work for additional information
+## regarding copyright ownership. The ASF licenses this file
+## to you under the Apache License, Version 2.0 (the
+## "License"); you may not use this file except in compliance
+## with the License. You may obtain a copy of the License at
 ##
-## Licensed under the Apache License, Version 2.0 (the "License"); you may not
-## use this file except in compliance with the License. You may obtain a copy
-## of the License at
+##   http://www.apache.org/licenses/LICENSE-2.0
 ##
-##      http://www.apache.org/licenses/LICENSE-2.0
-##
-## Unless required by applicable law or agreed to in writing, software
-## distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-## WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-## License for the specific language governing permissions and limitations
+## Unless required by applicable law or agreed to in writing,
+## software distributed under the License is distributed on an
+## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+## KIND, either express or implied. See the License for the
+## specific language governing permissions and limitations
 ## under the License.
 // This file automatically generated by:
 //   $version

Modified: incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/readme.vm
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/readme.vm?rev=767991&r1=767990&r2=767991&view=diff
==============================================================================
--- incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/readme.vm (original)
+++ incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/readme.vm Thu Apr 23 17:36:27 2009
@@ -1,15 +1,18 @@
-## Copyright 2007-2008 Cisco Systems Inc.
+## Licensed to the Apache Software Foundation (ASF) under one
+## or more contributor license agreements. See the NOTICE file
+## distributed with this work for additional information
+## regarding copyright ownership. The ASF licenses this file
+## to you under the Apache License, Version 2.0 (the
+## "License"); you may not use this file except in compliance
+## with the License. You may obtain a copy of the License at
 ##
-## Licensed under the Apache License, Version 2.0 (the "License"); you may not
-## use this file except in compliance with the License. You may obtain a copy
-## of the License at
+##   http://www.apache.org/licenses/LICENSE-2.0
 ##
-##      http://www.apache.org/licenses/LICENSE-2.0
-##
-## Unless required by applicable law or agreed to in writing, software
-## distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-## WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-## License for the specific language governing permissions and limitations
+## Unless required by applicable law or agreed to in writing,
+## software distributed under the License is distributed on an
+## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+## KIND, either express or implied. See the License for the
+## specific language governing permissions and limitations
 ## under the License.
 // This file automatically generated by:
 //   $version

Modified: incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/remote.vm
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/remote.vm?rev=767991&r1=767990&r2=767991&view=diff
==============================================================================
--- incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/remote.vm (original)
+++ incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/remote.vm Thu Apr 23 17:36:27 2009
@@ -1,15 +1,18 @@
-## Copyright 2007-2008 Cisco Systems Inc.
+## Licensed to the Apache Software Foundation (ASF) under one
+## or more contributor license agreements. See the NOTICE file
+## distributed with this work for additional information
+## regarding copyright ownership. The ASF licenses this file
+## to you under the Apache License, Version 2.0 (the
+## "License"); you may not use this file except in compliance
+## with the License. You may obtain a copy of the License at
 ##
-## Licensed under the Apache License, Version 2.0 (the "License"); you may not
-## use this file except in compliance with the License. You may obtain a copy
-## of the License at
+##   http://www.apache.org/licenses/LICENSE-2.0
 ##
-##      http://www.apache.org/licenses/LICENSE-2.0
-##
-## Unless required by applicable law or agreed to in writing, software
-## distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-## WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-## License for the specific language governing permissions and limitations
+## Unless required by applicable law or agreed to in writing,
+## software distributed under the License is distributed on an
+## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+## KIND, either express or implied. See the License for the
+## specific language governing permissions and limitations
 ## under the License.
 // This file automatically generated by:
 //   $version

Modified: incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/stub.vm
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/stub.vm?rev=767991&r1=767990&r2=767991&view=diff
==============================================================================
--- incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/stub.vm (original)
+++ incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/stub.vm Thu Apr 23 17:36:27 2009
@@ -1,15 +1,18 @@
-## Copyright 2007-2008 Cisco Systems Inc.
+## Licensed to the Apache Software Foundation (ASF) under one
+## or more contributor license agreements. See the NOTICE file
+## distributed with this work for additional information
+## regarding copyright ownership. The ASF licenses this file
+## to you under the Apache License, Version 2.0 (the
+## "License"); you may not use this file except in compliance
+## with the License. You may obtain a copy of the License at
 ##
-## Licensed under the Apache License, Version 2.0 (the "License"); you may not
-## use this file except in compliance with the License. You may obtain a copy
-## of the License at
+##   http://www.apache.org/licenses/LICENSE-2.0
 ##
-##      http://www.apache.org/licenses/LICENSE-2.0
-##
-## Unless required by applicable law or agreed to in writing, software
-## distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-## WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-## License for the specific language governing permissions and limitations
+## Unless required by applicable law or agreed to in writing,
+## software distributed under the License is distributed on an
+## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+## KIND, either express or implied. See the License for the
+## specific language governing permissions and limitations
 ## under the License.
 // This file automatically generated by:
 //   $version

Modified: incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/vf.vm
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/vf.vm?rev=767991&r1=767990&r2=767991&view=diff
==============================================================================
--- incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/vf.vm (original)
+++ incubator/etch/trunk/binding-java/compiler/src/main/resources/org/apache/etch/bindings/java/compiler/vf.vm Thu Apr 23 17:36:27 2009
@@ -1,15 +1,18 @@
-## Copyright 2007-2008 Cisco Systems Inc.
+## Licensed to the Apache Software Foundation (ASF) under one
+## or more contributor license agreements. See the NOTICE file
+## distributed with this work for additional information
+## regarding copyright ownership. The ASF licenses this file
+## to you under the Apache License, Version 2.0 (the
+## "License"); you may not use this file except in compliance
+## with the License. You may obtain a copy of the License at
 ##
-## Licensed under the Apache License, Version 2.0 (the "License"); you may not
-## use this file except in compliance with the License. You may obtain a copy
-## of the License at
+##   http://www.apache.org/licenses/LICENSE-2.0
 ##
-##      http://www.apache.org/licenses/LICENSE-2.0
-##
-## Unless required by applicable law or agreed to in writing, software
-## distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-## WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-## License for the specific language governing permissions and limitations
+## Unless required by applicable law or agreed to in writing,
+## software distributed under the License is distributed on an
+## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+## KIND, either express or implied. See the License for the
+## specific language governing permissions and limitations
 ## under the License.
 // This file automatically generated by:
 //   $version

Modified: incubator/etch/trunk/binding-python/compiler/src/main/java/org/apache/etch/bindings/python/compiler/CompilerVersion.java.tmpl
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/compiler/src/main/java/org/apache/etch/bindings/python/compiler/CompilerVersion.java.tmpl?rev=767991&r1=767990&r2=767991&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/compiler/src/main/java/org/apache/etch/bindings/python/compiler/CompilerVersion.java.tmpl (original)
+++ incubator/etch/trunk/binding-python/compiler/src/main/java/org/apache/etch/bindings/python/compiler/CompilerVersion.java.tmpl Thu Apr 23 17:36:27 2009
@@ -1,21 +1,23 @@
-/*
- *  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: ComboValidator.java 743147 2009-02-10 22:53:01Z sccomer $
+ *
+ * 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.
  */
+ 
 package org.apache.etch.bindings.python.compiler;
 
 /**

Modified: incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/base.vm
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/base.vm?rev=767991&r1=767990&r2=767991&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/base.vm (original)
+++ incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/base.vm Thu Apr 23 17:36:27 2009
@@ -1,19 +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.                                           *
+## 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 file automatically generated by:
    $version

Modified: incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/helper.vm
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/helper.vm?rev=767991&r1=767990&r2=767991&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/helper.vm (original)
+++ incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/helper.vm Thu Apr 23 17:36:27 2009
@@ -1,19 +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.                                           *
+## 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 file automatically generated by:
   $version

Modified: incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/impl.vm
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/impl.vm?rev=767991&r1=767990&r2=767991&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/impl.vm (original)
+++ incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/impl.vm Thu Apr 23 17:36:27 2009
@@ -1,19 +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.                                           *
+## 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 file automatically generated by:
    $version

Modified: incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/intf.vm
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/intf.vm?rev=767991&r1=767990&r2=767991&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/intf.vm (original)
+++ incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/intf.vm Thu Apr 23 17:36:27 2009
@@ -1,19 +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.                                           *
+## 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 file automatically generated by:
    $version

Modified: incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/main.vm
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/main.vm?rev=767991&r1=767990&r2=767991&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/main.vm (original)
+++ incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/main.vm Thu Apr 23 17:36:27 2009
@@ -1,19 +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.                                           *
+## 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 file automatically generated by:
   $version

Modified: incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/pythonKeywords.kwd
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/pythonKeywords.kwd?rev=767991&r1=767990&r2=767991&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/pythonKeywords.kwd (original)
+++ incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/pythonKeywords.kwd Thu Apr 23 17:36:27 2009
@@ -1,17 +1,18 @@
 # $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.

Modified: incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/readme.vm
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/readme.vm?rev=767991&r1=767990&r2=767991&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/readme.vm (original)
+++ incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/readme.vm Thu Apr 23 17:36:27 2009
@@ -1,19 +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.                                           *
+## 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 file automatically generated by:
 //   $version
 //   $now

Modified: incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/remote.vm
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/remote.vm?rev=767991&r1=767990&r2=767991&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/remote.vm (original)
+++ incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/remote.vm Thu Apr 23 17:36:27 2009
@@ -1,19 +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.                                           *
+## 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 file automatically generated by:
 //   $version
 //   $now

Modified: incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/stub.vm
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/stub.vm?rev=767991&r1=767990&r2=767991&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/stub.vm (original)
+++ incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/stub.vm Thu Apr 23 17:36:27 2009
@@ -1,19 +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.                                           *
+## 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 file automatically generated by:
 //   $version
 //   $now