Github user marevol commented on a diff in the pull request:
https://github.com/apache/incubator-predictionio-sdk-python/pull/23#discussion_r138535329
--- Diff: setup.py ---
@@ -3,8 +3,8 @@
except ImportError:
from distutils.core import setup
-__author__ = "The PredictionIO Team"
-__email__ = "[email protected]"
+__author__ = "Apache PredictionIO"
+__email__ = "[email protected]"
__copyright__ = "Copyright 2014, TappingStone, Inc."
--- End diff --
@dszeto Can we replace copyright with ASF?
If yes, I'll update it and LICENSE.txt.
---