You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by le...@apache.org on 2005/11/13 20:30:07 UTC

svn commit: r333104 - /gump/branches/Gump3/pygump/python/gump/util/sync.py

Author: leosimons
Date: Sun Nov 13 11:30:02 2005
New Revision: 333104

URL: http://svn.apache.org/viewcvs?rev=333104&view=rev
Log:
license header

Modified:
    gump/branches/Gump3/pygump/python/gump/util/sync.py

Modified: gump/branches/Gump3/pygump/python/gump/util/sync.py
URL: http://svn.apache.org/viewcvs/gump/branches/Gump3/pygump/python/gump/util/sync.py?rev=333104&r1=333103&r2=333104&view=diff
==============================================================================
--- gump/branches/Gump3/pygump/python/gump/util/sync.py (original)
+++ gump/branches/Gump3/pygump/python/gump/util/sync.py Sun Nov 13 11:30:02 2005
@@ -1,3 +1,19 @@
+#!/usr/bin/env python
+#
+# Copyright 2005 The Apache Software Foundation
+#
+# 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.
+
 # being picky about the imports since any '.' in python code slows things down
 from gump.util.executor import Popen
 from gump.util.executor import PIPE