I am developing web applications for various clients. I also have libraries that I use in multiply projects and I also incorporate BSD and other open source libraries. I am using PHP server side.
I want to make the licensing clear both for my PHP and both for my JavaScript files, but at the same time I want to keep this simple, I want the copyright notices to be really short in the headers of both PHP and JS files.
How can I put all my licensing conditions into one file? Basically I want to reference 1 file from all my source files, and manage all copyright and licensing in that single file.
I am also interested in resources that can help me build my license i.e: pre written licenses.