来自第3个库的jar文件的android许可证

时间:2016-06-27 04:47:39

标签: android

我正在使用Android studio创建一个新的应用程序,我使用了通用图像加载器的jar文件。

https://github.com/nostra13/Android-Universal-Image-Loader中的

有许可证。

我知道我需要为库添加许可证,但我不知道该怎么做。

我的问题

如何在may app中添加它的许可证?

需要在应用打开时显示它吗?

1 个答案:

答案 0 :(得分:2)

项目的所有文件都有许可证。您唯一需要做的就是不要从文件中删除它。

  

如何在may app中添加它的许可证?

只需在您的文件中添加此代码即可,因此您无需执行任何操作。

 /*******************************************************************************
 * Copyright 2011-2014 Sergey Tarasevich
 *
 * 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.
 *******************************************************************************/
  

需要在应用打开时显示它吗?

不,您不必将其显示给用户,但它应该保留在源代码中的某个位置。

注意:如果您在应用程序的部分或第三方图书馆部分显示所有者或其图书馆参考的名称,那么这将是代码所有者的良好信誉。