Doubt about the Apache version 2.0 license

Asked

Viewed 1,215 times

5

I am developing an app with Cordova, the app can be downloaded free of charge, only some internal features will have some cost.

I needed to use this plugin https://github.com/mapsplugin/cordova-plugin-googlemaps to manipulate googlemaps, which is under the Apache v2.0 license.

What you need to do to use this plugin with this license?

2 answers

5

The Apache 2.0 license is in the category of permissive licenses, so you can commercially use a code under this license, but must comply with some requirements.

Basically, this image from the site choose pliers.com.br summarizes what is required, permitted, and prohibited:

inserir a descrição da imagem aqui

This wiki has a more complete answer about the operation of software licenses in Brazil: How software licensing works in Brazil

And here you will find the Apache v2 license in full (in English) and other important details.

3

Apache 2.0 is a license that allows modifications and commerce, but you have to credit the guy who created the library.

Example

License Copyright 2013 Jake Wharton 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.

Source: http://www.whitesourcesoftware.com/top-10-apache-license-questions-answered/

Browser other questions tagged

You are not signed in. Login or sign up in order to post.