From 6a825a8a3965066a71ebf6719498fbd77d7fd912 Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Tue, 15 May 2012 07:18:15 -0700 Subject: [PATCH] NOTICE: Add license info for xlrd3 and xlwt3 --- NOTICE | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/NOTICE b/NOTICE index 9a3d9bd..f79efa3 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ Tablib includes some vendorized python libraries: ordereddict, odfpy, pyyaml, -simplejson, unicodecsv, and xlwt. +simplejson, unicodecsv, xlrd, xlrd3, xlwt, and xlwt3. 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 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 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, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file +OF THE POSSIBILITY OF SUCH DAMAGE.