mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 06:56:13 +00:00
NOTICE: Add license info for xlrd3 and xlwt3
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
Tablib includes some vendorized python libraries: ordereddict, odfpy, pyyaml,
|
Tablib includes some vendorized python libraries: ordereddict, odfpy, pyyaml,
|
||||||
simplejson, unicodecsv, and xlwt.
|
simplejson, unicodecsv, xlrd, xlrd3, xlwt, and xlwt3.
|
||||||
|
|
||||||
Markup License
|
Markup License
|
||||||
==============
|
==============
|
||||||
@@ -299,8 +299,8 @@ or implied, of Jeremy Dunck.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
XLWT License
|
XLWT (and XLWT3) License
|
||||||
============
|
========================
|
||||||
|
|
||||||
Portions copyright © 2007, Stephen John Machin, Lingfo Pty Ltd
|
Portions copyright © 2007, Stephen John Machin, Lingfo Pty Ltd
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
@@ -384,8 +384,8 @@ Subject: pyExcelerator
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
XLRD License
|
XLRD (and XLRD3) License
|
||||||
============
|
========================
|
||||||
|
|
||||||
Portions copyright © 2005-2009, Stephen John Machin, Lingfo Pty Ltd
|
Portions copyright © 2005-2009, Stephen John Machin, Lingfo Pty Ltd
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
@@ -456,4 +456,4 @@ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|||||||
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
||||||
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
||||||
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
||||||
OF THE POSSIBILITY OF SUCH DAMAGE.
|
OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|||||||
Reference in New Issue
Block a user