Skip to content
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

Clarify License - would like to port parts of this package to Julia #61

Closed
kdpsingh opened this issue Mar 27, 2023 · 2 comments
Closed

Comments

@kdpsingh
Copy link

Hello @elbersb, I’m a huge fan of tidylog. I would like to port parts of this package over to Julia (from R), but I cannot tell whether this package has a license that would allow me to port parts of the code.

Would you be willing to add a LICENSE.md file to this repository (which I would plan to reference when porting any code if allowed per the license)?

Thank you for considering!

@elbersb
Copy link
Owner

elbersb commented Mar 28, 2023

Hi, the license is specified here: https://github.com/elbersb/tidylog/blob/master/DESCRIPTION#L12 (MIT license) I think that's the R way of doing things. Looking forward to the port! Please let me know and I can link to your implementation.

@elbersb elbersb closed this as completed Mar 28, 2023
@kdpsingh
Copy link
Author

kdpsingh commented Mar 28, 2023

Perfect thanks! That works!

From having written R packages before, usethis::use_mit_license() will also create a license file (containing the contents of the MIT License) that others can include when they repackage code. But this works, and I’ll plan to link back to this package from mine.

Happy to share once it’s implemented.

When I get to it, it’ll be directly integrated into this package: https://github.com/kdpsingh/Tidier.jl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants