-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add unrar license and use #328698
add unrar license and use #328698
Conversation
Great, thanks! BTW, here is the relevant part of the license (the only part that applies to and needs to be included in any derivative software):
IANAL, but this doesn't read like it would interfere at all with Hydra. |
There is currently no consensus to build redistributable non‐free packages on Hydra and I personally feel it would be a bit of a minefield; we already don’t do great at FOOS licence compliance and having Hydra implicitly agree to a bunch of dodgy EULAs would be very risky. Clause 6 is somewhat concerning; strictly‐enforced use restrictions are more fraught than simple “no derivatives” licences. |
Also a bit offtopic for the PR, since the defaults for all of these packages are (naturally) to exclude the rar version (presumably not overridden at the top-level), and therefore the rar-less versions are what get built. |
Yes. There are FOSS implementations of the RAR format, such as libarchive; they may not be quite as feature‐complete as the proprietary code, but I think helping upstreams migrate to using alternative implementations would a better approach to getting Hydra to build more tools with RAR support. |
Hmm... well, IANAL but from what I understand of this license text... if we were to
then we, while complying with the original license, will have an archive containing UnRAR source code and relieve any recipients of said new archive from ever seeing or having to comply with paragraph 6. I should point out that e.g. Edit: Sorry, yes I agree that this is splitting hairs. |
License texts themselves cannot be assumed to be licensed in the same way as the code itself; for example GPL3 is not GPL3 licensed but copyrighted. |
@@ -1223,6 +1223,13 @@ in mkLicense lset) ({ | |||
fullName = "The Unlicense"; | |||
}; | |||
|
|||
unrar = { | |||
fullName = "UnRAR - free utility for RAR archives: License for use and distribution of FREEWARE version"; | |||
url = "https://www.rarlab.com/rar/unrarsrc-7.0.9.tar.gz"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we could link to https://fedoraproject.org/wiki/Licensing:Unrar, which has the text. I think this would be okay since we use SPDX and OSI links for some licences. On the other had it does have editorial commentary :)
Hi @eclairevoyant, have you given up on this? I was hoping to merge and was just waiting to hear back about the URL, since you had asked about where would be good to link to. |
I plan to remove myself from nixpkgs and delete my gh fork; feel free to pick any of my closed PRs up as you wish. |
Oh, no. I am sorry to see you go. :( |
It's ok, I had a good run and learnt a lot. |
Description of changes
License is under the "UnRAR source" link on https://www.rarlab.com/rar_add.htm, not sure if it's better to link to the tarfile or to the webpage.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.