Displaying 3 results from an estimated 3 matches for "mmhjm".
2007 Dec 16
1
[LLVMdev] this file was developed by ...
...cess. So another one commits the file. When you now
> use "svn blame file", you'll see the name of the committer, not
> the name of the author.
What about leaving an optional contributors line before/after the distribution text, e.g.:
// Code in this file is contributed by: mmhjm dsse, jhiuiui hjh, and lkjaa dfdf,
// and is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
- OR -
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
// Code in this file adheres...
2007 Dec 14
0
[LLVMdev] this file was developed by ...
> Does anyone have a problem with changing this to:
>
> // This file is distributed under the University of Illinois
> Open Source // License. See LICENSE.TXT for details.
>
> And leaving this whole business to our friendly version
> control system (e.g. svn annotate), which has the perfect
> answer all the time?
Certainly I don't have a problem, I just want to point
2007 Dec 14
7
[LLVMdev] this file was developed by ...
Per the developer policy, the LLVM file header is:
// This file was developed by RANDOM NAME HERE and is distributed under
// the University of Illinois Open Source License. See LICENSE.TXT for
// details.
The continuing obvious problem is that this name is generally meaningless
as time goes on. People leave the project, code gets replaced, and
'ownership' changes. The current