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 [3/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...

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/support/__init__.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/support/__init__.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/support/__init__.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/support/__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
 from .AuthExceptionSerializer    import *

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/ArrayValue.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/ArrayValue.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/ArrayValue.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/ArrayValue.py Thu Mar 12 00:28:36 2009
@@ -1,20 +1,20 @@
 """
-$Id: ArrayValue.py 712749 2008-08-18 03:26:52Z 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
 from ...python.Exceptions import *

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/DefaultDeliveryService.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/DefaultDeliveryService.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/DefaultDeliveryService.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/DefaultDeliveryService.py Thu Mar 12 00:28:36 2009
@@ -1,20 +1,20 @@
 """
-$Id: DefaultDeliveryService.py 712749 2008-08-18 03:26:52Z 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
 from ..msg.Message import *
@@ -138,4 +138,4 @@
             mb.closeDelivery()
     
     
-    
\ No newline at end of file
+    

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/FormatFactory.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/FormatFactory.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/FormatFactory.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/FormatFactory.py Thu Mar 12 00:28:36 2009
@@ -1,20 +1,20 @@
 """
-$Id: FormatFactory.py 712747 2008-08-16 21:53:35Z 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
 from ..msg.ValueFactory import *

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/MailboxManager.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/MailboxManager.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/MailboxManager.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/MailboxManager.py Thu Mar 12 00:28:36 2009
@@ -1,20 +1,20 @@
 """
-$Id: MailboxManager.py 712749 2008-08-18 03:26:52Z 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
 from ...python.Exceptions import *
@@ -60,4 +60,4 @@
 
     
      
-     
\ No newline at end of file
+     

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/Messagizer.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/Messagizer.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/Messagizer.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/Messagizer.py Thu Mar 12 00:28:36 2009
@@ -1,20 +1,20 @@
 """
-$Id: Messagizer.py 712747 2008-08-16 21:53:35Z 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
 from __future__ import with_statement

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/PlainMailbox.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/PlainMailbox.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/PlainMailbox.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/PlainMailbox.py Thu Mar 12 00:28:36 2009
@@ -1,20 +1,20 @@
 """
-$Id: PlainMailbox.py 712747 2008-08-16 21:53:35Z 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
 from __future__ import with_statement

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/PlainMailboxManager.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/PlainMailboxManager.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/PlainMailboxManager.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/PlainMailboxManager.py Thu Mar 12 00:28:36 2009
@@ -1,20 +1,20 @@
 """
-$Id: PlainMailboxManager.py 712749 2008-08-18 03:26:52Z 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
 from __future__ import with_statement

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/SessionMessage.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/SessionMessage.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/SessionMessage.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/SessionMessage.py Thu Mar 12 00:28:36 2009
@@ -1,20 +1,20 @@
 """
-$Id: SessionMessage.py 712749 2008-08-18 03:26:52Z 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
 from ..msg.Message import *
@@ -35,4 +35,4 @@
         @param msg a Message
         @return true if the message was consumed, false otherwise
         """
-        raise UndefinedInterfaceMethodException
\ No newline at end of file
+        raise UndefinedInterfaceMethodException

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/TaggedDataInput.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/TaggedDataInput.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/TaggedDataInput.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/TaggedDataInput.py Thu Mar 12 00:28:36 2009
@@ -1,20 +1,20 @@
 """
-$Id: TaggedDataInput.py 712749 2008-08-18 03:26:52Z 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
 from ..msg.Message import *

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/TaggedDataOutput.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/TaggedDataOutput.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/TaggedDataOutput.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/TaggedDataOutput.py Thu Mar 12 00:28:36 2009
@@ -1,20 +1,20 @@
 """
-$Id: TaggedDataOutput.py 712749 2008-08-18 03:26:52Z 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
 from ...python.Exceptions import *
@@ -32,4 +32,4 @@
         @param buf - the buffer to write to
         @raises IOException
         """
-        raise UndefinedInterfaceMethodException
\ No newline at end of file
+        raise UndefinedInterfaceMethodException

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/TcpTransportFactory.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/TcpTransportFactory.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/TcpTransportFactory.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/TcpTransportFactory.py Thu Mar 12 00:28:36 2009
@@ -1,20 +1,20 @@
 """
-$Id: TcpTransportFactory.py 712747 2008-08-16 21:53:35Z 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
 from .TransportFactory import *

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/TransportMessage.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/TransportMessage.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/TransportMessage.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/TransportMessage.py Thu Mar 12 00:28:36 2009
@@ -1,20 +1,20 @@
 """
-$Id: TransportMessage.py 712749 2008-08-18 03:26:52Z 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
 from ...python.Exceptions import *
@@ -34,4 +34,4 @@
         @param recipient specifies the recipient when there is the possibility of more than one.
         @param msg the Message
         """
-        raise UndefinedInterfaceMethodException
\ No newline at end of file
+        raise UndefinedInterfaceMethodException

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/UnwantedMessage.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/UnwantedMessage.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/UnwantedMessage.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/UnwantedMessage.py Thu Mar 12 00:28:36 2009
@@ -1,20 +1,20 @@
 """
-$Id: UnwantedMessage.py 712749 2008-08-18 03:26:52Z 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
 from ...python.Exceptions import *

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/__init__.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/__init__.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/__init__.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/__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
 from .ArrayValue             import *
@@ -34,4 +34,4 @@
 #from .fmt                    import *
 #from .filters                import *
 import fmt
-import filters
\ No newline at end of file
+import filters

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/filters/AbstractMessageFilter.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/filters/AbstractMessageFilter.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/filters/AbstractMessageFilter.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/filters/AbstractMessageFilter.py Thu Mar 12 00:28:36 2009
@@ -1,18 +1,19 @@
 """
-$Id$
-
-#
-# 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
\ No newline at end of file
+from __future__ import absolute_import

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/filters/KeepAlive.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/filters/KeepAlive.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/filters/KeepAlive.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/filters/KeepAlive.py Thu Mar 12 00:28:36 2009
@@ -1,18 +1,19 @@
 """
-$Id$
-
-#
-# 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
\ No newline at end of file
+from __future__ import absolute_import

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/filters/Logger.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/filters/Logger.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/filters/Logger.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/filters/Logger.py Thu Mar 12 00:28:36 2009
@@ -1,18 +1,19 @@
 """
-$Id$
-
-#
-# 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
\ No newline at end of file
+from __future__ import absolute_import

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/filters/PwAuth.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/filters/PwAuth.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/filters/PwAuth.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/filters/PwAuth.py Thu Mar 12 00:28:36 2009
@@ -1,18 +1,19 @@
 """
-$Id$
-
-#
-# 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
\ No newline at end of file
+from __future__ import absolute_import

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/filters/__init__.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/filters/__init__.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/filters/__init__.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/filters/__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
 from .AbstractMessageFilter    import *

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/fmt/TaggedData.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/fmt/TaggedData.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/fmt/TaggedData.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/fmt/TaggedData.py Thu Mar 12 00:28:36 2009
@@ -1,20 +1,20 @@
 """
-Etch.fmt.TaggedData
-
-# 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/transport/fmt/TypeCode.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/fmt/TypeCode.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/fmt/TypeCode.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/fmt/TypeCode.py Thu Mar 12 00:28:36 2009
@@ -1,20 +1,20 @@
 """
-etch.transport.fmt.TypeCode
-
-# 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
 
@@ -96,4 +96,4 @@
     """Minimum small integer"""
     
     MAX_TINY_INT = 127
-    """Maximum small integer"""
\ No newline at end of file
+    """Maximum small integer"""

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/fmt/__init__.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/fmt/__init__.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/fmt/__init__.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/fmt/__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
 from .TaggedData import *
@@ -23,4 +23,4 @@
 #from .binary import *
 #from .xml import *
 from . import binary
-from . import xml
\ No newline at end of file
+from . import xml

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

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

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

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

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

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

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/fmt/xml/__init__.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/fmt/xml/__init__.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/fmt/xml/__init__.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/transport/fmt/xml/__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
 from .XmlTaggedData import *

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/util/DateSerializer.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/util/DateSerializer.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/util/DateSerializer.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/util/DateSerializer.py Thu Mar 12 00:28:36 2009
@@ -1,20 +1,20 @@
 """
-$Id: DateSerializer.py 712749 2008-08-18 03:26:52Z 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
 from ..msg.Field import *
@@ -57,4 +57,4 @@
         # TODO - confirm/normalize epoch
         struct.put(self.__field, long(time.mktime(value)))
         return struct
-        
\ No newline at end of file
+        

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/util/ListSerializer.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/util/ListSerializer.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/util/ListSerializer.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/util/ListSerializer.py Thu Mar 12 00:28:36 2009
@@ -1,20 +1,20 @@
 """
-$Id: ListSerializer.py 712749 2008-08-18 03:26:52Z 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
 from ..msg.Field import *
@@ -60,4 +60,4 @@
         struct = StructValue(self.__type, vf)
         struct.put(field, values)
         return struct
-        
\ No newline at end of file
+