How to make a license apply to a whole library?
Posted
by
Yannbane
on Programmers
See other posts from Programmers
or by Yannbane
Published on 2012-12-16T14:04:09Z
Indexed on
2012/12/16
17:20 UTC
Read the original article
Hit count: 334
I'm creating a standard library for a programming language, and I'd like to license each and every single class or function in there under the MIT license, so they're completely FOSS.
All of the files reside in a single directory. Would it be enough to put a LICENSE.txt file in the same directory, containing the MIT license? Do I need to say that the following license applies to all features of the library, or is the library itself considered to be a program?
© Programmers or respective owner