Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Could I use Zxing for business purpose?

I got a app using zxing as core, I want to know, If I plus other functions to my app, Could I charge fee from users for the part I added. Thank you all guys.

like image 324
AmyWuGo Avatar asked Apr 24 '12 07:04

AmyWuGo


2 Answers

Zxing is licenced under Apache licence so this link should fully answer your question: http://www.apache.org/licenses/LICENSE-2.0

So as I understand - yes, but you need to place notice in your app that you use Zxing and it's licensed under Apache licence

like image 105
n3o59hf Avatar answered Sep 30 '22 12:09

n3o59hf


http://code.google.com/p/zxing/wiki/LicenseQuestions

This is our statement on complying with the license. Yes, there is nothing prohibiting commercial or business use. License terms come into play when distributing the project's code.

like image 35
Sean Owen Avatar answered Sep 30 '22 10:09

Sean Owen