dgorissen / pycel

A library for compiling excel spreadsheets to python code & visualizing them as a graph
GNU General Public License v3.0
573 stars 152 forks source link

re-license the parser/tokenizer under a license suitable for incorporation into openpyxl #11

Closed phrrngtn closed 5 years ago

phrrngtn commented 9 years ago

Dirk, would you be OK with re-licensing the parsing and tokenizing code under a license which is compatible with openpyxl?

phrrngtn commented 9 years ago

According to Charlie Clarke in https://bitbucket.org/openpyxl/openpyxl/issue/435/incomplete-read-with-extended-cells

Anything that's copyright only: MIT/BSD/Apache. openpyxl itself is MIT/PSF

dgorissen commented 9 years ago

I did not write the tokenizing/parser code and don't hold the copyright to it. Eric did and I just applied a small patch and integrated it. See the header of tokenizer.py.

stephenrauch commented 5 years ago

Pycel is now using the tokenizer from openpyxl, so this issue has been OBE (Overtaken by Events)