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 [4/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/util/MapSerializer.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/util/MapSerializer.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/util/MapSerializer.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/util/MapSerializer.py Thu Mar 12 00:28:36 2009
@@ -1,20 +1,20 @@
 """
-$Id: MapSerializer.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 *
@@ -70,4 +70,4 @@
         struct.put(self.__field, keysAndValues)
         return struct
         
-    
\ No newline at end of file
+    

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

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/util/StrIntHashMap.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/util/StrIntHashMap.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/util/StrIntHashMap.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/util/StrIntHashMap.py Thu Mar 12 00:28:36 2009
@@ -1,20 +1,20 @@
 """
-$Id: StrIntHashMap.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
 
@@ -24,4 +24,4 @@
     """
     serialVersionUID = -9162231227512652630L
     
-    
\ No newline at end of file
+    

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/util/StrIntHashMapSerializer.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/util/StrIntHashMapSerializer.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/util/StrIntHashMapSerializer.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/util/StrIntHashMapSerializer.py Thu Mar 12 00:28:36 2009
@@ -1,20 +1,20 @@
 """
-$Id: StrIntHashMapSerializer.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 .StrIntHashMap import *
@@ -70,4 +70,4 @@
         struct.put(self.__field, keysAndValues)
         return struct
         
-        
\ No newline at end of file
+        

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/util/StrStrHashMap.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/util/StrStrHashMap.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/util/StrStrHashMap.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/binding/util/StrStrHashMap.py Thu Mar 12 00:28:36 2009
@@ -1,24 +1,24 @@
 """
-$Id: StrStrHashMap.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
 
 class StrStrHashMap(dict):
     
     serialVersionUID = 6910845292628589771L
-    
\ No newline at end of file
+    

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

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

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

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/compiler/__init__.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/compiler/__init__.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/compiler/__init__.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/compiler/__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/python/Array.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/python/Array.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/python/Array.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/python/Array.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. 
 """
 class Array:
-    pass
\ No newline at end of file
+    pass

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

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/python/Singleton.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/python/Singleton.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/python/Singleton.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/python/Singleton.py Thu Mar 12 00:28:36 2009
@@ -1,20 +1,20 @@
 """
-$Id: Singleton.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. 
 """
 
 __all__ = ['Singleton']

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

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/python/SynchronizedMap.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/python/SynchronizedMap.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/python/SynchronizedMap.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/python/SynchronizedMap.py Thu Mar 12 00:28:36 2009
@@ -1,20 +1,20 @@
 """
-$Id: SynchronizedMap.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
@@ -39,4 +39,4 @@
         with self.__lock:
             super(SynchronizedMap,self).__delitem__(key)
     
-    
\ No newline at end of file
+    

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/python/Types.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/python/Types.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/python/Types.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/python/Types.py Thu Mar 12 00:28:36 2009
@@ -1,20 +1,20 @@
 """
-etch.util.Types
-
-# 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. 
 """
 import array
 import types
@@ -184,4 +184,4 @@
 class String(str):
     def getBytes(self, encoding):
         # TODO - account for encoding
-        return self
\ No newline at end of file
+        return self

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

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

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

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

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

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/util/FlexBuffer.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/util/FlexBuffer.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/util/FlexBuffer.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/util/FlexBuffer.py Thu Mar 12 00:28:36 2009
@@ -1,20 +1,20 @@
 """
-etch.util.FlexBuffer
-
-# 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
 
@@ -616,4 +616,4 @@
         @param value
         @raise IOException
         """
-        self.putLong(Double.doubleToLongBits(value))
\ No newline at end of file
+        self.putLong(Double.doubleToLongBits(value))

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/util/Hash.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/util/Hash.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/util/Hash.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/util/Hash.py Thu Mar 12 00:28:36 2009
@@ -1,20 +1,20 @@
 """
-$Id: Hash.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 ..python.Types import Integer
@@ -34,4 +34,4 @@
         for c in name:
             h6    = hash << 6
             hash  = (h6 << 10) + h6 - hash + ord(c)
-        return hash
\ No newline at end of file
+        return hash

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

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

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

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

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

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

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

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

Modified: incubator/etch/trunk/binding-python/runtime/src/main/python/etch/util/core/Who.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/util/core/Who.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/util/core/Who.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/util/core/Who.py Thu Mar 12 00:28:36 2009
@@ -1,16 +1,18 @@
 """
-# 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.
-#
-"""
\ No newline at end of file
+#  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/runtime/src/main/python/etch/util/core/__init__.py
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-python/runtime/src/main/python/etch/util/core/__init__.py?rev=752723&r1=752722&r2=752723&view=diff
==============================================================================
--- incubator/etch/trunk/binding-python/runtime/src/main/python/etch/util/core/__init__.py (original)
+++ incubator/etch/trunk/binding-python/runtime/src/main/python/etch/util/core/__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 .Who import *

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

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

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

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