Re: Code anntotations (copyright, autor, etc) in your code

2009-03-28 Thread Nick Craig-Wood
mattia wrote: > Hi all, which are the usual comments that you put at the beginning of > your code to explain e.g. the author, the usage, the license etc? > > I've found useful someting like: > > #- > # Name:

Re: Code anntotations (copyright, autor, etc) in your code

2009-03-26 Thread Ben Finney
Tim Daneliuk writes: > mattia wrote: > > Hi all, which are the usual comments that you put at the beginning > > of your code to explain e.g. the author, the usage, the license > > etc? I use a single-line copyright statement for each distinct holder, and a brief grant of license under some free-

Re: Code anntotations (copyright, autor, etc) in your code

2009-03-26 Thread andrew cooke
mattia wrote: > Hi all, which are the usual comments that you put at the beginning of your code to explain e.g. the author, the usage, the license etc? the GPL has guidelines at http://www.fsf.org/licensing/licenses/gpl-howto.html andrew -- http://mail.python.org/mailman/listinfo/pytho

Re: Code anntotations (copyright, autor, etc) in your code

2009-03-26 Thread Tim Daneliuk
mattia wrote: > Hi all, which are the usual comments that you put at the beginning of > your code to explain e.g. the author, the usage, the license etc? > > I've found useful someting like: > #- > # Name:About.py