On Wednesday, August 19, 2015 07:49:00 PM Ian Romanick wrote: > From: Ian Romanick <ian.d.roman...@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.roman...@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 <stereotype...@gmail.com> > - * Chris Forbes <chr...@ijw.co.nz> > - * Eric Anholt <e...@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.
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev