Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am about to release my first commercial software ever. I didnt study something related to programming so i am facing a problem here, which is licensing. I am not native english speaking, so i have a little bit of a problem when i read the Apache Commons License.

In my software i use the Apache Commons Math library. If i understand their FAQ i just may distribute my software if i add this (the text will come up at my "info" screen inside the app):

    [...]        
    \nCopyright 2012 xxxstefplexxxx

    \n\n This software uses Apache Commons Math Library
    \nThe license can be found here:
    \nhttp://www.apache.org/licenses/LICENSE-2.0
    \n     

Is that all i need to do if i want to use the above library ?

Do i need to apply any license on my software ?

share|improve this question
what is your question? – WickeD Jun 10 '12 at 10:39
Sorry, added the question. – stefple Jun 10 '12 at 10:40

1 Answer

up vote 2 down vote accepted

Yes, and in any other place in your software that displays copyright notices. Also I believe that technically you are supposed to include a copy of the license on your programs distribution media, whether thats a cd or a zip file, etc (although this may not make sense for an android app, so I'm sure just the about screen would be an appropriate place to place the information). It does not require you to license your code under any particular license.

See also link

share|improve this answer
Thanks, i will add the whole license in the folder i create on the sdcard. – stefple Jun 10 '12 at 11:15

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.