mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 13:25:51 +03:00
[GH-ISSUE #149] Placeholder in LICENSE.txt file #119
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#119
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 @jmkim on GitHub (Aug 3, 2018).
Original GitHub issue: https://github.com/rivo/tview/issues/149
Hi,
I recognised that your LICENSE.txt file still have a placeholder.
I am trying to package tview into Debian, and I need an copyright information about this library.
Would you please fill it out?
Thanks a lot of your useful library!
@rivo commented on GitHub (Aug 4, 2018):
Thanks. Did not realize that. I added my name to it.
Maybe a dumb question but I've ever only installed Debian packages of binaries. How does it work with source code libraries like
tview? Wouldapt-get install tviewinstall the source code in some standard directory?@jmkim commented on GitHub (Aug 10, 2018):
Thank you for your fix!
As you know, since Go does not yet have features such as shared libraries linking, the source code of the library will be stored in
/usr/share/gocode/src/when you install the package. The location is documented at the File Locations in [1].In fact, as following the Naming Conventions in [1], the package name is
golang-github-rivo-tview.Thanks a lot again!
[1] Debian Go Packaging - Debian Go Packaging Team
@rivo commented on GitHub (Aug 12, 2018):
Got it. Thanks for this information.