Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/objective-c/24.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios 如何在应用程序中使用此库?_Ios_Objective C_Licensing - Fatal编程技术网

Ios 如何在应用程序中使用此库?

Ios 如何在应用程序中使用此库?,ios,objective-c,licensing,Ios,Objective C,Licensing,我找到了一份工作。但我想确认我可以在我的应用程序中自由使用它。我的要求和这个图书馆一样。所以我想创建一个有两个标题的手风琴视图 我希望符合其文件中给出的许可证策略: /* AccordionView.h Created by Wojtek Siudzinski on 19.12.2011. Copyright (c) 2011 Appsome. All rights reserved. Licensed under the Apache License, Ve

我找到了一份工作。但我想确认我可以在我的应用程序中自由使用它。我的要求和这个图书馆一样。所以我想创建一个有两个标题的手风琴视图

我希望符合其文件中给出的许可证策略:

/*
    AccordionView.h

    Created by Wojtek Siudzinski on 19.12.2011.
    Copyright (c) 2011 Appsome. All rights reserved.

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
*/

请引导我

是的,你可以。但您必须遵守许可证要求:

它允许您:

出于个人、公司内部或商业目的,免费下载和使用Apache软件的全部或部分内容

在您创建的包或发行版中使用Apache软件

它禁止你:

在没有适当归属的情况下,重新分发任何源自Apache的软件

使用Apache软件基金会所拥有的任何标记,以任何方式表示或暗示基金会认可您的发行版;

使用Apache软件基金会所拥有的任何标记,以任何方式表示或暗示您创建了Apache软件。

它要求您:

在包括Apache软件的任何重新分发中包括许可证副本

对Apache软件基金会的任何Apache软件的发行提供明确的归属。 它不要求您:

在包含Apache软件的任何重新分发中,包括Apache软件本身的源代码,或您对其所做的任何修改的源代码

将您对软件的更改提交给Apache软件基金会(尽管鼓励这样的反馈)。


请参见

感谢您的回复,如何做到“在您可能进行的任何包括Apache软件的重新分发中包含许可证副本”谢谢,您能给我一个下载此许可证文件的链接吗。我投票关闭此问题,因为它是关于许可或法律问题,而不是编程或软件开发。有关详细信息,请参阅。