zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
48.99k stars 2.95k forks source link

Few questions about the EULA #6085

Closed MultisampledNight closed 1 year ago

MultisampledNight commented 1 year ago

Hi! I'm not a lawyer and as such these points might seem fairly obvious to anyone who knows their ways in the world of legally binding texts, but I have some questions about the new EULA:

(I first intended to write this on Discord, but got over the 2000 character limit very quickly, so here we are.)

maxbrunsfeld commented 1 year ago

Thanks for giving this a read and catching those typos! They'll be corrected in the next Zed release. As for your questions:

I assume the new EULA is in effect already, as listed by 4.1 and 9.8

That's right.

What is "internal use"?

This means you shouldn't be re-selling Zed, but using it yourself.

Does that explicitly disallow learning about "structure or algorithms underlying the Editor" through published blogposts

No; this is to try to protect any aspects of the editor that aren't intended to be public. It's saying that your terms of use for the application do not permit you any right to the source code.

does "User Content" refer to a copy of a text file to a set time point?

It refers to contents of projects that you've explicitly shared using Zed's collaboration features, until you choose to stop sharing that project.

I'm not a lawyer, but "Zed will retain the Crash Reports indefinitely" in connection with "commercially reasonable efforts to exclude any personally identifiable information from Crash Reports" sounds like personally identifiable information could still be contained

The lawyers we work with are aware of GDPR, and I think what we're doing with crash reports is ok.

So if a release note says that the number of u128s typed is saved and sent to Zed's backend, that's in effect without appearing anywhere in the EULA?

We'll need to update our EULA (and notify users) if our terms of service change. I believe this includes changes to our retention of any user data.

MultisampledNight commented 1 year ago

Alright, thank you!