Should I put the license in the header of every source file? or just in the module that handles the imports/includes of all of them?
e.g.
mymodule - Contains license in the header
-imports: myothermodule
-includes: mytypes.bmx, myfuncs.bmx, etc (do these have to contain the license as well? or does the including of code inherit the licensing?)
myothermodule - Contains license in the header
includes: etc..
I'm going to be using the MIT license for my duct modules (Google code :o).
e.g.
mymodule - Contains license in the header
-imports: myothermodule
-includes: mytypes.bmx, myfuncs.bmx, etc (do these have to contain the license as well? or does the including of code inherit the licensing?)
myothermodule - Contains license in the header
includes: etc..
I'm going to be using the MIT license for my duct modules (Google code :o).