SLIDER-332 fixed a couple of license headers (Gour Saha via billie)

Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/624cafe7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/624cafe7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/624cafe7

Branch: refs/heads/feature/SLIDER-149_Support_a_YARN_service_registry
Commit: 624cafe78b4bbacd4ccb769edc06a4319b82ef26
Parents: 80eec9b
Author: Billie Rinaldi <billie.rina...@gmail.com>
Authored: Mon Aug 18 18:25:47 2014 -0700
Committer: Billie Rinaldi <billie.rina...@gmail.com>
Committed: Mon Aug 18 18:25:47 2014 -0700

----------------------------------------------------------------------
 slider-agent/src/main/python/kazoo/handlers/gevent.py    | 7 +++++--
 slider-agent/src/main/python/kazoo/handlers/threading.py | 5 +++--
 slider-agent/src/main/python/kazoo/tests/__init__.py     | 1 +
 3 files changed, 9 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/624cafe7/slider-agent/src/main/python/kazoo/handlers/gevent.py
----------------------------------------------------------------------
diff --git a/slider-agent/src/main/python/kazoo/handlers/gevent.py 
b/slider-agent/src/main/python/kazoo/handlers/gevent.py
index 5e07143..060320c 100644
--- a/slider-agent/src/main/python/kazoo/handlers/gevent.py
+++ b/slider-agent/src/main/python/kazoo/handlers/gevent.py
@@ -1,5 +1,8 @@
-"""license: Apache License 2.0, see LICENSE for more details."""
-"""A gevent based handler."""
+"""
+license: Apache License 2.0, see LICENSE for more details.
+A gevent based handler.
+"""
+
 from __future__ import absolute_import
 
 import atexit

http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/624cafe7/slider-agent/src/main/python/kazoo/handlers/threading.py
----------------------------------------------------------------------
diff --git a/slider-agent/src/main/python/kazoo/handlers/threading.py 
b/slider-agent/src/main/python/kazoo/handlers/threading.py
index b2e355a..3ca9a8f 100644
--- a/slider-agent/src/main/python/kazoo/handlers/threading.py
+++ b/slider-agent/src/main/python/kazoo/handlers/threading.py
@@ -1,5 +1,6 @@
-"""license: Apache License 2.0, see LICENSE for more details."""
-"""A threading based handler.
+"""
+license: Apache License 2.0, see LICENSE for more details.
+A threading based handler.
 
 The :class:`SequentialThreadingHandler` is intended for regular Python
 environments that use threads.

http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/624cafe7/slider-agent/src/main/python/kazoo/tests/__init__.py
----------------------------------------------------------------------
diff --git a/slider-agent/src/main/python/kazoo/tests/__init__.py 
b/slider-agent/src/main/python/kazoo/tests/__init__.py
index e69de29..901253b 100644
--- a/slider-agent/src/main/python/kazoo/tests/__init__.py
+++ b/slider-agent/src/main/python/kazoo/tests/__init__.py
@@ -0,0 +1 @@
+"""license: Apache License 2.0, see LICENSE for more details."""

Reply via email to