views:

40

answers:

0

Do you know any well-written commercial licenses of web applications written in PHP?

I'm going to review the PHPDocs appended to each file in our private library and I'm looking some inspiration to do it right. How to avoid unauthorised copying, reusing and so on.

There are plenty good examples for Open Source Software but I haven't found any for proprietary apps. Looks like the licenses are proprietary too :)

As for now, I'm planning the following files for each our web app:

- /README
- /COPYRIGHT
- /LICENSE
- /library/my/README
- /library/my/COPYRIGHT
- /library/my/LICENSE

and PHPDoc at the beginning of each of the .php file, referring author, owner and above files.

Any links to didactic examples?