Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
43df5c5
)
Oops missed license on one python file
author
Mark Slee
<mcslee@apache.org>
Thu, 1 Mar 2007 00:35:54 +0000
(
00:35
+0000)
committer
Mark Slee
<mcslee@apache.org>
Thu, 1 Mar 2007 00:35:54 +0000
(
00:35
+0000)
Reviewed By: mcslee
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665035
13f79535
-47bb-0310-9956-
ffa450edef68
lib/py/setup.py
patch
|
blob
|
history
diff --git
a/lib/py/setup.py
b/lib/py/setup.py
index
ea6ddaa
..
8ff1645
100644
(file)
--- a/
lib/py/setup.py
+++ b/
lib/py/setup.py
@@
-1,3
+1,11
@@
+#!/usr/bin/env python
+#
+# Copyright (c) 2006- Facebook
+# Distributed under the Thrift Software License
+#
+# See accompanying file LICENSE or visit the Thrift site at:
+# http://developers.facebook.com/thrift/
+
from distutils.core import setup
setup(name = 'Thrift',