Bear in mind I want to stick to the licence like glue:
1) Can you copy and paste the Open Source licence (http://opensource.org/licenses/osl-2.1.php) into a text file to distribute with your program?
2) Can you 'keep control' of your project. For example if somebody modifies the source to your program can they release with the same name as your project? Or can you allow people to do this, so long as they say that this is a derivative program, but keep an 'official' release?
I think this covers question 2 but I'd just like to see that I've understood it properly.
3) Even though the source is free and downloadable is it ok to sell complete or 'with extras' versions of the code as well?The license may restrict source-code from being distributed in modified form only if the license allows the distribution of "patch files" with the source code for the purpose of modifying the program at build time. The license must explicitly permit distribution of software built from modified source code. The license may require derived works to carry a different name or version number from the original software.
4) If there is a help file associated with the program is this too covered by the open-source licence? Can you just apply the licence to the program and source code but keep the said help file (or other extra) as something which can be protected?
Thanks for the help

