[Mesa-dev] [PATCH 1/6] i965: Remove by-lines from file headers

Kenneth Graunke kenneth at whitecape.org
Mon Aug 24 15:51:23 PDT 2015


On Wednesday, August 19, 2015 07:49:00 PM Ian Romanick wrote:
> From: Ian Romanick <ian.d.romanick at intel.com>
> 
> A long, long time ago we decided that the author tracking in GIT was
> sufficient.  However, people copy-and-paste the copyright header from
> one file to the next, and the "Authors:" listing lives on.
> 
> Kill it all with fire.
> 
> Also apply multi-line comment formatting to all copyright headers.
> 
> Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
[snip]
> diff --git a/src/mesa/drivers/dri/i965/brw_vue_map.c b/src/mesa/drivers/dri/i965/brw_vue_map.c
> index 7687578..924b849 100644
> --- a/src/mesa/drivers/dri/i965/brw_vue_map.c
> +++ b/src/mesa/drivers/dri/i965/brw_vue_map.c
> @@ -32,14 +32,8 @@
>   * have to agree on the layout.  However, there is also a "VUE Header" that
>   * prescribes a fixed-layout for items that interact with fixed function
>   * hardware, such as the clipper and rasterizer.
> - *
> - * Authors:
> - *   Paul Berry <stereotype441 at gmail.com>
> - *   Chris Forbes <chrisf at ijw.co.nz>
> - *   Eric Anholt <eric at anholt.net>
>   */
>  
> -
>  #include "main/compiler.h"
>  #include "brw_context.h"

For what it's worth, I intentionally added the "Authors" block above
when I split this code out of brw_vs.c into a new file, in an attempt
to retain credit.  "git log brw_vue_map.c" only shows my commit of the
new file, with no obvious attribution for Paul/Chris/Eric.

However, you can find their authorship by doing git blame brw_vs.c on
the commit prior to mine...which is probably sufficient...but kind of
a pain.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150824/a1862158/attachment.sig>


More information about the mesa-dev mailing list