<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'><br>Hi<br><br>> <br>> > Does anyone have a problem with changing this to:<br>> ><br>> > // This file is distributed under the University of Illinois<br>> > Open Source // License. See LICENSE.TXT for details.<br>> ><br>> > And leaving this whole business to our friendly version<br>> > control system (e.g. svn annotate), which has the perfect<br>> > answer all the time?<br>> <br>> Certainly I don't have a problem, I just want to point out a <br>> situation that might be a problem:<br>> <br>> Consider someone who submits a whole file, but doesn't have SVN <br>> commit access. So another one commits the file. When you now <br>> use "svn blame file", you'll see the name of the committer, not <br>> the name of the author.<br><br>What about leaving an optional contributors line before/after the distribution text, e.g.:<br><br>
// Code in this file is contributed by: mmhjm dsse, jhiuiui hjh, and lkjaa dfdf, <br>
// and is distributed under the University of Illinois Open Source<br>
// License. See LICENSE.TXT for details.<br>
<br>- OR -<br><br>// This file is distributed under the University of Illinois Open Source<br>// License. See LICENSE.TXT for details.<br><br>// Code in this file adheres to the licensing terms and is <br>// contributed by: <List of authors><br><br>-Henrik.<br><br>> _______________________________________________<br>> LLVM Developers mailing list<br>> LLVMdev@cs.uiuc.edu         http://llvm.cs.uiuc.edu<br>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev<br><br /><hr />Express yourself instantly with MSN Messenger! <a href='http://clk.atdmt.com/AVE/go/onm00200471ave/direct/01/' target='_new'>MSN Messenger</a></body>
</html>