mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 22:02:06 -06:00
[GH-ISSUE #123] LICENSE.txt is missing tmpfileplus and tree.h #103
Labels
No labels
awaiting user feedback
bug
cmake
cmake
docs
feature request
in progress
long term
medium term
medium term
pull-request
question
question
ready to close
short term
under investigation
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/libxlsxwriter#103
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jeroen on GitHub (Aug 29, 2017).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/123
Originally assigned to: @jmcnamara on GitHub.
I'm having a hard time publishing my bindings because the comments contain several copyright holders which are not mentioned in the license.
@jmcnamara commented on GitHub (Aug 29, 2017):
The full list of licences are included in the doc sources and rendered in the on-line docs.
However, the LICENSE.txt file isn't up to date with the doc file (I thought that I had linked them like the Changes file). So I'll fix that.
For now refer to the License file in the docs.
@jeroen commented on GitHub (Aug 29, 2017):
OK thanks. My distro maintainers still complain about these lines in the source code:
These names are not named in the license. Their policy is that any author with a
Copyrightor(C)line in the source code must be mentioned somewhere in the license. Perhaps add st like this:I think it's silly because this is part of zlib, but I need to add this, so do with that what you like.
@jmcnamara commented on GitHub (Aug 30, 2017):
I've created a single License file shared between the src tree and the docs with the minizip contributions called out.
Note, if you are confident that the system you are targeting already have a minizip library you can compile libxlsxwriter without it and probably drop that part of the copyright/licence. The same applies for tempfileplus.
However, the header files are still installed with libxlsxwriter if you do
make install. I'll fix that shortly.@jmcnamara commented on GitHub (Aug 30, 2017):
Also, unrelated to this but so you know, if you are using libxlsxwriter on systems with LANG settings that change the locale to one that uses a comma as a decimal point then you will run into issues. See #64.