[D-runtime] druntime license and copypasta bugs
Sean Kelly
sean at invisibleduck.org
Fri Sep 2 10:40:31 PDT 2011
On Sep 1, 2011, at 4:46 PM, Jonathan M Davis wrote:
>
> Actually, it doesn't even need to be that verbose.
>
> /**
> * The runtime module exposes information specific to the D runtime code.
> *
> * Copyright: Copyright 2005 - 2011
> * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
> * Authors: Sean Kelly
> * Source: $(DRUNTIMESRC core/_runtime.d)
> */
The copyright owner's name must be in the copyright line. A module may have multiple authors, and it's possible (though unlikely) that none of those authors are the copyright owner.
More information about the D-runtime
mailing list