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/03/12 01:28:41 UTC

svn commit: r752723 [1/6] - in /incubator/etch/trunk/binding-python: ./ compiler/ compiler/src/main/java/org/apache/etch/bindings/python/compiler/ compiler/src/main/resources/org/apache/etch/bindings/python/compiler/ runtime/ runtime/src/main/python/ r...

Author: dixson
Date: Thu Mar 12 00:28:36 2009
New Revision: 752723

URL: http://svn.apache.org/viewvc?rev=752723&view=rev
Log:
update license headers

Modified:
    incubator/etch/trunk/binding-python/build.xml
    incubator/etch/trunk/binding-python/compiler/build.xml
    incubator/etch/trunk/binding-python/compiler/src/main/java/org/apache/etch/bindings/python/compiler/Compiler.java
    incubator/etch/trunk/binding-python/compiler/src/main/java/org/apache/etch/bindings/python/compiler/CompilerVersion.java
    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-python/runtime/build.xml
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/__init__.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/__init__.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/AsyncMode.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/ComboValidator.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/Direction.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/Field.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/FieldMap.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/IdName.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/IdNameMap.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/ImportExportHelper.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/Message.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/StructValue.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/Type.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/TypeMap.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/Validator.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/ValueFactory.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/__init__.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/support/AuthExceptionSerializer.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/support/Class2TypeMap.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/support/DefaultServerFactory.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/support/DefaultValueFactory.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/support/DeliveryService.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/support/DummyValueFactory.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/support/FreePool.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/support/Mailbox.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/support/NullPool.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/support/ObjSession.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/support/Pool.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/support/QueuePool.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/support/RemoteBase.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/support/RuntimeExceptionSerializer.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/support/ServerFactory.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/support/StubBase.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/support/StubHelper.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/support/StubIntf.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/support/TransportFactory.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/support/TransportHelper.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/support/TypeValidator.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/support/Validator_RuntimeException.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/support/Validator_StructValue.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/support/Validator_boolean.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/support/Validator_byte.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/support/Validator_custom.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/support/Validator_double.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/support/Validator_float.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/support/Validator_int.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/support/Validator_long.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/support/Validator_object.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/support/Validator_short.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/support/Validator_string.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/support/Validator_void.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/support/_Etch_AuthException.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/support/_Etch_RuntimeException.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/support/__init__.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/ArrayValue.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/DefaultDeliveryService.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/FormatFactory.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/MailboxManager.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/Messagizer.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/PlainMailbox.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/PlainMailboxManager.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/SessionMessage.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/TaggedDataInput.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/TaggedDataOutput.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/TcpTransportFactory.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/TransportMessage.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/UnwantedMessage.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/__init__.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/filters/AbstractMessageFilter.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/filters/KeepAlive.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/filters/Logger.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/filters/PwAuth.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/filters/__init__.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/fmt/TaggedData.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/fmt/TypeCode.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/fmt/__init__.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/fmt/binary/BinaryTaggedData.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/fmt/binary/BinaryTaggedDataFormatFactory.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/fmt/binary/BinaryTaggedDataInput.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/fmt/binary/BinaryTaggedDataOutput.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/fmt/binary/Validator_none.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/fmt/binary/__init__.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/fmt/xml/XmlTaggedData.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/fmt/xml/XmlTaggedDataInput.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/fmt/xml/XmlTaggedDataOutput.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/fmt/xml/XmlTags.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/fmt/xml/__init__.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/util/DateSerializer.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/util/ListSerializer.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/util/MapSerializer.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/util/SetSerializer.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/util/StrIntHashMap.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/util/StrIntHashMapSerializer.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/util/StrStrHashMap.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/util/StrStrHashMapSerializer.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/util/URLSerializer.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/util/__init__.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/compiler/__init__.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/python/Array.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/python/Exceptions.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/python/Singleton.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/python/SynchronizeOn.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/python/SynchronizedMap.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/python/Types.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/python/__init__.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/util/AlarmListener.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/util/AlarmManager.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/util/ArrayIterator.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/util/CircularQueue.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/util/FlexBuffer.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/util/Hash.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/util/IdGenerator.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/util/Monitor.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/util/Resources.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/util/TimeoutException.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/util/Todo.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/util/TodoManager.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/util/URL.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/util/__init__.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/util/core/Who.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/util/core/__init__.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/util/core/io/Packetizer.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/util/core/io/Session.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/util/core/io/SessionListener.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/util/core/io/SessionPacket.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/util/core/io/TcpConnection.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/util/core/io/TlsConnection.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/util/core/io/TlsListener.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/util/core/io/Transport.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/util/core/io/TransportData.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/util/core/io/TransportPacket.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/etch/util/core/io/__init__.py
    incubator/etch/trunk/binding-python/runtime/src/main/python/setup.py
    incubator/etch/trunk/binding-python/runtime/src/test/python/tests/binding/__init__.py
    incubator/etch/trunk/binding-python/runtime/src/test/python/tests/binding/msg/TestField.py
    incubator/etch/trunk/binding-python/runtime/src/test/python/tests/binding/msg/TestIdName.py
    incubator/etch/trunk/binding-python/runtime/src/test/python/tests/binding/msg/TestMessage.py
    incubator/etch/trunk/binding-python/runtime/src/test/python/tests/binding/msg/TestStructValue.py
    incubator/etch/trunk/binding-python/runtime/src/test/python/tests/binding/msg/TestType.py
    incubator/etch/trunk/binding-python/runtime/src/test/python/tests/binding/msg/__init__.py
    incubator/etch/trunk/binding-python/runtime/src/test/python/tests/binding/support/TestComboValidator.py
    incubator/etch/trunk/binding-python/runtime/src/test/python/tests/binding/support/TestDefaultValueFactory.py
    incubator/etch/trunk/binding-python/runtime/src/test/python/tests/binding/support/TestIdNameMap.py
    incubator/etch/trunk/binding-python/runtime/src/test/python/tests/binding/support/TestRemoteBase.py
    incubator/etch/trunk/binding-python/runtime/src/test/python/tests/binding/support/TestStubBase.py
    incubator/etch/trunk/binding-python/runtime/src/test/python/tests/binding/support/TestTypeValidator.py
    incubator/etch/trunk/binding-python/runtime/src/test/python/tests/binding/support/TestValidator_boolean.py
    incubator/etch/trunk/binding-python/runtime/src/test/python/tests/binding/support/TestValidator_byte.py
    incubator/etch/trunk/binding-python/runtime/src/test/python/tests/binding/support/TestValidator_double.py
    incubator/etch/trunk/binding-python/runtime/src/test/python/tests/binding/support/TestValidator_float.py
    incubator/etch/trunk/binding-python/runtime/src/test/python/tests/binding/support/TestValidator_int.py
    incubator/etch/trunk/binding-python/runtime/src/test/python/tests/binding/support/TestValidator_long.py
    incubator/etch/trunk/binding-python/runtime/src/test/python/tests/binding/support/TestValidator_object.py
    incubator/etch/trunk/binding-python/runtime/src/test/python/tests/binding/support/TestValidator_short.py
    incubator/etch/trunk/binding-python/runtime/src/test/python/tests/binding/support/TestValidator_string.py
    incubator/etch/trunk/binding-python/runtime/src/test/python/tests/binding/support/TestValidator_void.py
    incubator/etch/trunk/binding-python/runtime/src/test/python/tests/binding/support/TestValidators.py
    incubator/etch/trunk/binding-python/runtime/src/test/python/tests/binding/support/__init__.py
    incubator/etch/trunk/binding-python/runtime/src/test/python/tests/binding/transport/TestArrayValue.py
    incubator/etch/trunk/binding-python/runtime/src/test/python/tests/binding/transport/TestMailboxManager.py
    incubator/etch/trunk/binding-python/runtime/src/test/python/tests/binding/transport/TestMessagizer.py
    incubator/etch/trunk/binding-python/runtime/src/test/python/tests/binding/transport/TestPlainMailbox.py
    incubator/etch/trunk/binding-python/runtime/src/test/python/tests/binding/transport/__init__.py
    incubator/etch/trunk/binding-python/runtime/src/test/python/tests/binding/transport/fmt/__init__.py
    incubator/etch/trunk/binding-python/runtime/src/test/python/tests/binding/transport/fmt/binary/TestBinaryTaggedDataInOut.py
    incubator/etch/trunk/binding-python/runtime/src/test/python/tests/binding/transport/fmt/binary/__init__.py
    incubator/etch/trunk/binding-python/runtime/src/test/python/tests/binding/transport/fmt/xml/__init__.py
    incubator/etch/trunk/binding-python/runtime/src/test/python/tests/binding/util/TestFlexBuffer.py
    incubator/etch/trunk/binding-python/runtime/src/test/python/tests/binding/util/TestTypes.py
    incubator/etch/trunk/binding-python/runtime/src/test/python/tests/binding/util/__init__.py
    incubator/etch/trunk/binding-python/runtime/src/test/python/tests/compiler/TestCompiler.py
    incubator/etch/trunk/binding-python/runtime/src/test/python/tests/python/TestPython.py
    incubator/etch/trunk/binding-python/runtime/src/test/python/tests/util/TestUtil.py

Modified: incubator/etch/trunk/binding-python/build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/build.xml?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/build.xml (original)
+++ incubator/etch/trunk/binding-python/build.xml Thu Mar 12 00:28:36 2009
@@ -1,4 +1,23 @@
 <?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-python-binding" basedir="." default="help">
     <description>Etch-to-Python Binding</description>
     <property name="Etch.basedir" location="${basedir}/.." />

Modified: incubator/etch/trunk/binding-python/compiler/build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/compiler/build.xml?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/compiler/build.xml (original)
+++ incubator/etch/trunk/binding-python/compiler/build.xml Thu Mar 12 00:28:36 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-python-compiler" basedir="." default="help">
     <description>Etch-to-Python compiler implementation</description>
     <property name="Etch.basedir" location="${basedir}/../.." />

Modified: incubator/etch/trunk/binding-python/compiler/src/main/java/org/apache/etch/bindings/python/compiler/Compiler.java
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/compiler/src/main/java/org/apache/etch/bindings/python/compiler/Compiler.java?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/compiler/src/main/java/org/apache/etch/bindings/python/compiler/Compiler.java (original)
+++ incubator/etch/trunk/binding-python/compiler/src/main/java/org/apache/etch/bindings/python/compiler/Compiler.java Thu Mar 12 00:28:36 2009
@@ -1,6 +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.                                           *
+ */
 package org.apache.etch.bindings.python.compiler;
 
-
 import java.io.File;
 import java.io.IOException;
 import java.io.PrintWriter;

Modified: incubator/etch/trunk/binding-python/compiler/src/main/java/org/apache/etch/bindings/python/compiler/CompilerVersion.java
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/compiler/src/main/java/org/apache/etch/bindings/python/compiler/CompilerVersion.java?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/compiler/src/main/java/org/apache/etch/bindings/python/compiler/CompilerVersion.java (original)
+++ incubator/etch/trunk/binding-python/compiler/src/main/java/org/apache/etch/bindings/python/compiler/CompilerVersion.java Thu Mar 12 00:28:36 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.                                           *
+ */
 package org.apache.etch.bindings.python.compiler;
 
 /**

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=752723&r1=752722&r2=752723&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 Mar 12 00:28:36 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.                                           *
+ */
 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=752723&r1=752722&r2=752723&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 Mar 12 00:28:36 2009
@@ -1,16 +1,19 @@
-## 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.                                           *
 """
 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=752723&r1=752722&r2=752723&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 Mar 12 00:28:36 2009
@@ -1,4 +1,19 @@
-## Copyright 2009 Apache Software Foundation
+##  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=752723&r1=752722&r2=752723&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 Mar 12 00:28:36 2009
@@ -1,5 +1,19 @@
-## Copyright 2009 Apache Software Foundation
-## 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   *
+##                                                               *
+##    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=752723&r1=752722&r2=752723&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 Mar 12 00:28:36 2009
@@ -1,5 +1,19 @@
-## Copyright 2009 Apache Software Foundation
-## 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   *
+##                                                               *
+##    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=752723&r1=752722&r2=752723&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 Mar 12 00:28:36 2009
@@ -1,5 +1,19 @@
-## Copyright 2009 Apache Software Foundation
-## 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   *
+##                                                               *
+##    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=752723&r1=752722&r2=752723&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 Mar 12 00:28:36 2009
@@ -1,15 +1,17 @@
 # $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.                                           *

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=752723&r1=752722&r2=752723&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 Mar 12 00:28:36 2009
@@ -1,16 +1,19 @@
-## 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.                                           *
 // 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=752723&r1=752722&r2=752723&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 Mar 12 00:28:36 2009
@@ -1,16 +1,19 @@
-## 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.                                           *
 // 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=752723&r1=752722&r2=752723&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 Mar 12 00:28:36 2009
@@ -1,16 +1,19 @@
-## 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.                                           *
 // This file automatically generated by:
 //   $version
 //   $now

Modified: incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/vf.vm
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/vf.vm?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/vf.vm (original)
+++ incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/vf.vm Thu Mar 12 00:28:36 2009
@@ -1,16 +1,19 @@
-## 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.                                           *
 // This file automatically generated by:
 //   $version
 //   $now

Modified: incubator/etch/trunk/binding-python/runtime/build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/build.xml?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/build.xml (original)
+++ incubator/etch/trunk/binding-python/runtime/build.xml Thu Mar 12 00:28:36 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-python-runtime" basedir="." default="help">
     <description>Etch-to-Python runtime binding implementation</description>
     <property name="Etch.basedir" location="${basedir}/../.." />

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/__init__.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/__init__.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/__init__.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/__init__.py Thu Mar 12 00:28:36 2009
@@ -1,20 +1,20 @@
 """
-$Id: __init__.py 712748 2008-08-17 05:58:09Z dixson3 $
-
-# 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. 
 """
 from __future__ import absolute_import
 

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/__init__.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/__init__.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/__init__.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/__init__.py Thu Mar 12 00:28:36 2009
@@ -1,16 +1,20 @@
 """
-# 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. 
 """
 from __future__ import absolute_import
 

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/AsyncMode.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/AsyncMode.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/AsyncMode.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/AsyncMode.py Thu Mar 12 00:28:36 2009
@@ -1,18 +1,20 @@
 """
-# 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. 
 """
 from __future__ import absolute_import
 

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/ComboValidator.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/ComboValidator.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/ComboValidator.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/ComboValidator.py Thu Mar 12 00:28:36 2009
@@ -1,18 +1,20 @@
 """
-# 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. 
 """
 from __future__ import absolute_import
 from ...python.Exceptions import *

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/Direction.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/Direction.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/Direction.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/Direction.py Thu Mar 12 00:28:36 2009
@@ -1,18 +1,20 @@
 """
-# 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. 
 """
 from __future__ import absolute_import
 
@@ -24,4 +26,4 @@
     """Message is toward server"""
     
     CLIENT = "Direction.CLIENT"
-    """Message is toward client"""
\ No newline at end of file
+    """Message is toward client"""

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/Field.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/Field.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/Field.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/Field.py Thu Mar 12 00:28:36 2009
@@ -1,18 +1,20 @@
 """
-# 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. 
 """
 from __future__ import absolute_import
 from .IdName import *
@@ -23,4 +25,4 @@
     or message (i.e. a key for a value)
     """
     pass
-    
\ No newline at end of file
+    

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/FieldMap.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/FieldMap.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/FieldMap.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/FieldMap.py Thu Mar 12 00:28:36 2009
@@ -1,18 +1,20 @@
 """
-# 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. 
 """
 from __future__ import absolute_import
 from .IdNameMap import *

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/IdName.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/IdName.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/IdName.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/IdName.py Thu Mar 12 00:28:36 2009
@@ -1,18 +1,20 @@
 """
-# 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. 
 """
 from __future__ import absolute_import
 from ...util.Hash import *

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/IdNameMap.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/IdNameMap.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/IdNameMap.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/IdNameMap.py Thu Mar 12 00:28:36 2009
@@ -1,18 +1,20 @@
 """
-# 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. 
 """
 from __future__ import absolute_import
 import types
@@ -116,4 +118,4 @@
         @return a newly constructed subclass of IdName to put in this map
         """
         raise AbstractMethodException
-    
\ No newline at end of file
+    

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/ImportExportHelper.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/ImportExportHelper.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/ImportExportHelper.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/ImportExportHelper.py Thu Mar 12 00:28:36 2009
@@ -1,18 +1,20 @@
 """
-# 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. 
 """
 from __future__ import absolute_import
 from ...python.Exceptions import *

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/Message.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/Message.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/Message.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/Message.py Thu Mar 12 00:28:36 2009
@@ -1,18 +1,20 @@
 """
-# 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. 
 """
 from __future__ import absolute_import
 from ...python.Exceptions import *

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/StructValue.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/StructValue.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/StructValue.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/StructValue.py Thu Mar 12 00:28:36 2009
@@ -1,18 +1,20 @@
 """
-# 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. 
 """
 from __future__ import absolute_import
 from ...python.Exceptions import *

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/Type.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/Type.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/Type.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/Type.py Thu Mar 12 00:28:36 2009
@@ -1,18 +1,20 @@
 """
-# 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. 
 """
 from __future__ import absolute_import
 

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/TypeMap.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/TypeMap.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/TypeMap.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/TypeMap.py Thu Mar 12 00:28:36 2009
@@ -1,18 +1,20 @@
 """
-# 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. 
 """
 from __future__ import absolute_import
 from .IdNameMap import *

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/Validator.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/Validator.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/Validator.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/Validator.py Thu Mar 12 00:28:36 2009
@@ -1,18 +1,20 @@
 """
-# 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. 
 """
 from __future__ import absolute_import
 from ...python.Exceptions import *

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/ValueFactory.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/ValueFactory.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/ValueFactory.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/msg/ValueFactory.py Thu Mar 12 00:28:36 2009
@@ -1,18 +1,20 @@
 """
-# 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. 
 """
 from __future__ import absolute_import
 from ...python.Exceptions import *