Say I am working on some application in my free time, with non-commercial purposes.
Surfing around I find some sources from some developer that has created a parser for the type of data I am also working on. But his parser is way better than mine. I would like to copy it into my project, and modify it to suit my needs.
It is licensed under the Apache License 2.0. I am planning to license my project under the same license.
Can I use and modify his sources? If so, how should the copyright header look like now?
It used to be:
Copyright (C) 2008 Joe Doe
Should it now be something like this?
Copyright (C) 2009 Joe Doe for original sources and Myself for some modifications
I am guessing this is a common question among developers starting out in the open source world. And I can't get a clear answer anywhere.
Now a follow-up question? Does anything change if I were to turn my application into a closed-source, commercial one?