From: Mark Slee Date: Thu, 1 Mar 2007 00:35:54 +0000 (+0000) Subject: Oops missed license on one python file X-Git-Tag: 0.2.0~1437 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=fb40c190caaccaa9ba56172092d49c455f23f51c;p=common%2Fthrift.git Oops missed license on one python file Reviewed By: mcslee git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665035 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/lib/py/setup.py b/lib/py/setup.py index ea6ddaaa..8ff1645e 100644 --- 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',