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:
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-
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
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