没有公司的Android应用程序EULA?

没有公司的Android应用程序EULA?,android,eula,Android,Eula,我在stack overflow中发现了几个EULA示例,但在所有这些示例中都显示了公司信息。我独自一人,我想在android市场上公开一个付费应用程序 我需要“建立”一家公司吗? 我应该在EULA中输入什么文本?找到了这个 END USER LICENSE FOR ANDROID { SOFTWARE NAME } SOFTWARE PLEASE READ THIS DOCUMENT CAREFULLY BEFORE USING THIS SOFTWARE. THIS LICENSE PROV

我在stack overflow中发现了几个EULA示例,但在所有这些示例中都显示了公司信息。我独自一人,我想在android市场上公开一个付费应用程序

我需要“建立”一家公司吗? 我应该在EULA中输入什么文本?

找到了这个

END USER LICENSE FOR ANDROID { SOFTWARE NAME } SOFTWARE
PLEASE READ THIS DOCUMENT CAREFULLY BEFORE USING THIS SOFTWARE. THIS LICENSE PROVIDES IMPORTANT INFORMATION CONCERNING THE SOFTWARE, PROVIDES YOU WITH A LICENSE TO USE THE SOFTWARE AND CONTAINS WARRANTY AND LIABILITY INFORMATION.
BY USING THE SOFTWARE, YOU ARE ACCEPTING THE SOFTWARE "AS IS" AND AGREEING TO BE BOUND BY THE TERMS OF THIS LICENSE AGREEMENT.
IN NO ENVENT WILL THE AUTHORS BE HELD LIABLE FOR ANY DAMASES ARISING FROM THE USE OF THIS SOFTWARE.
IF YOU DO NOT WISH TO DO SO, DO NOT USE THE SOFTWARE.

1. Terms of License
This license allows you to:
(a) use the Software on a single device; and
If you wish to use the Software on more than one device, you must license another copy of the
Software.

2. Restrictions on Use
Unless { Owner's name } (Owner) has authorized you to distribute the Software, you shall not make or distribute copies of the Software or transfer the Software from one device to another. You shall not decompile, reverse engineer, disassemble, include in other software, or translate the Software, or use the Software for any commercial purposes. You shall not modify, alter, change or otherwise make any modification to the Software or create derivative works based upon the Software. You shall not rent, lease, resell, sub-license, assign, distribute or otherwise transfer the Software or this license. Any attempt to do so shall be void and of no effect.

3. Ownership
This license provides you with limited rights to use the Software. The Owner retains all ownership, right, title and interest in, to and of the Software and all copies of it. All rights not specifically granted in this license, including domestic and international copyrights, are reserved by the Owner.

4. Proprietary Markings
The Owner's logos, product names, manuals, documentation, and other support materials are either patented, copyrighted, trademarked, constitute valuable trade secrets (whether or not any portion of them may be copyrighted or patented) or are otherwise proprietary to the Owner. You shall not remove or obscure the Owner's copyright, trade mark or other proprietary notices from any of the materials contained in this package or downloaded together with the Software.

5. Disclaimer of Warranties and Technical Support
The Software is provided to you after paying a licence and on an "AS IS" basis, without any technical support or warranty of any kind including, without limitation, any warranty or condition of merchantability, fitness for a particular purpose and non-infringement.

SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO THE ABOVE EXCLUSION MAY NOT APPLY TO YOU. YOU MAY ALSO HAVE OTHER LEGAL RIGHTS WHICH VARY FROM JURISDICTION TO JURISDICTION.

尝试更改一些内容,使其变得稍微不同:)

对于第一个问题,我建议您寻找“单击包装”EULA模板。它允许你“填空”

我对涉及谷歌的EULA协议非常好奇。我之所以这么说,主要是因为我不确定这些协议是否旨在保护谷歌本身,而不是出版商


谷歌特别声明:“考虑为您的应用程序准备最终用户许可协议(EULA)。EULA可以帮助保护您的个人、组织和知识产权,我们建议您在应用程序中提供一个EULA。”

我使用了这个免费的EULA生成器:


您可以输入您的个人名称或公司名称。

我们可以使用类似于此的EULA,也可以使用谷歌提供的许可证!(后一种选择比较简单,也比较好,因为通常我们对法律一无所知!)你指的是什么“谷歌提供的许可证”?当你在android market上发布应用程序时,它会在某处指定:)你是说我们实际上并不需要EULA,当你发布时,谷歌提供了一个好的许可证吗?@aF“license”在第5节拼写错误我们对法律一无所知!;)这个问题是离题的,因为它涉及许可或法律问题,而不是编程或软件开发。有关详细信息,请参阅。此链接仅适用于计算机软件,不适用于android软件。@Simon android实际上在计算机上运行。