Skip to content
This repository has been archived by the owner on Apr 10, 2020. It is now read-only.

licensezero/licensezero-questions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 

Repository files navigation

If you're having a problem using License Zero, e-mail support.

This page lists a few common questions about License Zero that have ready answers. To weigh in on questions and decisions about License Zero that haven't been answered yet, see GitHub issues marked with the "open questions" tag.

To suggest a question about License Zero for this page, open an issue or pull request on GitHub.

Do not put confidential information about you, your work, or your clients in issues or pull requests. Do not ask for legal advice on GitHub, or try to disguise requests for legal advice as general questions or hypotheticals. You don't want advice from anybody dumb enough to fall for that.

Are you my lawyer?

No. Not even close.

What about tax?

Tax rules about software license sales remain unfortunately complex. In the United States, for example, some states don't charge any sales tax at all on sales of "canned", non-custom software sold without physical media. Others tax transactions either from or to their jurisdiction differently, along those dimensions.

In the future, License Zero may offer integration with a tax calculation and reporting service. On first pass, existing services offer too much of the wrong thing, too little of what's actually needed, and usually too little actual warranty or risk protection to recommend. For now, then, licensors should handle their own tax reporting, using the ISO 3166-2 codes associated with licensors, licensees, and waiver beneficiaries to guide them.

How do I handle contribution?

License Zero does not mandate any particular approach to contribution management or licensing. It's flexible. There is room to work on new approaches, and also a few readily available options:

  1. Contributors to License Zero projects may publicly license their contributions under the terms of an Open Source license, such as BSD-2-Clause. Commercial users will still need private licenses or waivers for the primary work by the License Zero licensor-maintainer, but can use the contributions under the Open Source terms. The maintainer might choose to reward contributors with waivers, and contributors can attempt to negotiate for waivers to secure their contributions. CONTRIBUTING.md or similar can make clear that there is a standing offer: "If you publicly license your patch BSD-2-Clause, I will give you a waiver for commercial use of my original work."

  2. License Zero licensors can "stack" License Zero metadata in package.json's licensezero property. A fork of a License Zero package may require two private licenses or waivers to use commercially: one for the original work, one for the License Zero work on the fork.

What's the crypto situation?

licensezero.com creates and holds an Ed25519 keypair in escrow for each licensor. The server also has its own, "agent" keypair.

Public keys are in NaCl, rather than SUPERCOP, format. All signatures are detached. Everything is hex encoded. At present, the server uses sodium-native, and the CLI uses TweetNaCl.

NGINX terminates TLS with a certificate from Let's Encrypt, and you can, too.

Releases

No releases published

Packages

No packages published