vote up 3 vote down star

What are the benefits and goals of having a license commment in the header of the source file?

Why are you adding a license header to your source code?

flag

79% accept rate

1 Answer

vote up 7 vote down

So that nobody can make a legitimate claim that they did not know that the source code is controlled by a license.

If you ever distribute source code without an attached license, someone can make the claim that they were under the belief that the source code was in the public domain.

It's not going to give you 100% legal protection, but does show that you took reasonable steps to protect your intellectual assets.

link|flag

Your Answer

Get an OpenID
or

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