pombreda / pybootchartgui

Automatically exported from code.google.com/p/pybootchartgui
GNU General Public License v3.0
0 stars 0 forks source link

license issue - no license information in source code #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

none of the source code files state which license applies.

just having the GPL "copying" file in place does not make your source code
licensed in that way. You can imagine packages with multiple licences in
one source tarball would have several COPYING files around.

you need to specify in at least main.py what the license of the source code
file is. I suggest (and most people do) putting a header in each file which
explicitly states the license that applies.

cheers.

Original issue reported on code.google.com by parallel...@gmail.com on 11 Jun 2009 at 10:55

GoogleCodeExporter commented 9 years ago
Thanks for the suggestion. Done in revision 132 

Original comment by anders.n...@gmail.com on 14 Jun 2009 at 1:40