My favorites | Sign in
Google
                
Search
for
Updated Feb 17, 2009 by sro...@gmail.com
Labels: Featured
LicenseQuestions  
Frequently asked questions about the project license and reuse of code

Many have asked questions about the terms of this project's license. This page attempts to collect some answers.

The project authors are not lawyers and this does not constitute legal advice. It reflects our best understanding of license and copyright issues.

Apache License v2.0

This project is licensed under the Apache License v2.0. It is not a copyleft license like the GPL; it is relatively generous about what you can do with the code.

What Do I Have To Do To Comply?

We aren't lawyers, so can't claim to give legal advice. We can reproduce the requirements in the license's "Redistribution" section here for you:

  1. You must give any other recipients of the Work or Derivative Works a copy of this License; and
  2. You must cause any modified files to carry prominent notices stating that You changed the files; and
  3. You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
  4. If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.

A common way to comply, in a product that is delivered only in binary form and not source form (e.g. an application download) is to add a mention of the project, and link to its license (in our view, a link to the project website is ultimately also fine), in a "Help" or "About" screen of the application.

Can This Be Used In Commercial Products?

The license does not forbid this. The license terms still apply, of course.

Please see below our thoughts on the spirit of the open-source license. If you are selling a product based on something that is free, it should add to and innovate on this project. Otherwise it is more a copy than anything.

The Spirit and the Letter of the Law

The above describe the "letter" of this open-source project license -- what you must technically do to not violate the law and terms of the license. This is, of course, just a minimum standard.

We do monitor for license compliance.

Since so many project have reused the code in this project, we want to say further that we think the "spirit" of the open-source license requires.

What About Reusing the UI?

One particularly contentious issue has been reuse of our project's Barcode Scanner application user interface. The familiar translucent rectangle, red line, beep sound that Android users are accustomed to in many barcode-scanning applications is derived from this project.

On the one hand, being copied completely feels a bit wrong. The spirit of open-source suggests that reuse should be accompanied by some innovation. On the other hand, the interface is quite compelling and perhaps there is not much one can do to make it both different and better.

One option is to not reuse the UI at all, but integrate via Intents -- see below. This is what, for instance, the Anobiit and Barcode Beasties applications have done to great effect on Android.

As long as the license terms are complied with, we find reuse of the basic elements of the scanning UI tolerable. Copying more, like the About screen and Help screens, UI text and so on, seems too much, and not consistent with the spirit of the open-source project.

We think CompareEverywhere and ShopSavvy are good illustrations of reuse accompanied by positive innovation. What was added, to the benefit of the public, was far larger than what was reused.

On the other hand, we think ixMAT is an example of inappropriate reuse of open-source resources. UI elements were copied in their entirety, and no new functionality was added; some decoders were replaced with fairly equivalent ones.

A Word on Copyright

We are, again, not lawyers, but wish to remind users that the copyright on all code and artifacts of this project is still retained by the project authors. The license terms do not grant you copyright, and you cannot claim copyright on the creative work of this project.

This is of concern to you if you are copying text, images, sounds from the project. It needs to be clear that you are not claiming copyright on these elements, and that they are instead licensed from this project.

A way around this is to not copy creative elements at all!

Can I Avoid Reusing The Project Completely?

Yes, please see ScanningViaIntent to learn how to call to the Barcode Scanner application using Intents. This requires little work, no integration, and entails no license issues. We view it as by far the simplest means of integration for several reasons.


Comment by StevenTBlythe, Jul 20, 2009

Hi guys

does this work in anyway impact the Neomedia patent (http://neom.com/press-detail.php?id=4)?

Best regards Steven T. Blythe

Comment by sro...@gmail.com, Jul 20, 2009

I do not believe the two have any relation.

Comment by richardagreen, Jul 22, 2009

Hi there. I am the author of Barcode Beasties and I would like to thank you for both the effort that the team have put into writing a great piece of modular software and also for the accolade above "This is what, for instance, the Anobiit and Barcode Beasties applications have done to great effect on Android. ".

At the moment, the only reference to the module is in the about page - would you like any further references as to how I have integrated the software? It has also been modified slightly to put the border of monsters around the scanning square.

Comment by sro...@gmail.com, Jul 22, 2009

I think we covered it pretty well here but feel free to suggest changes: http://code.google.com/p/zxing/wiki/ScanningViaIntent


Sign in to add a comment