Changes in directory llvm/docs:
CodingStandards.html updated: 1.35 -> 1.36 --- Log message: clarify the 'developed by' line --- Diffs of the changes: (+5 -3) CodingStandards.html | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) Index: llvm/docs/CodingStandards.html diff -u llvm/docs/CodingStandards.html:1.35 llvm/docs/CodingStandards.html:1.36 --- llvm/docs/CodingStandards.html:1.35 Sat Feb 10 12:35:31 2007 +++ llvm/docs/CodingStandards.html Sun Feb 18 21:33:06 2007 @@ -134,7 +134,7 @@ // // The LLVM Compiler Infrastructure // -// This file was developed by the LLVM research group and is distributed under +// This file was developed by <whoever started the file> and is distributed under // the University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// @@ -146,7 +146,9 @@ </pre> </div> -<p>A few things to note about this particular format: The "<tt>-*- C++ +<p>A few things to note about this particular format: The 'developed by' line +should be the name of the person or organization who initially contributed the +file. The "<tt>-*- C++ -*-</tt>" string on the first line is there to tell Emacs that the source file is a C++ file, not a C file (Emacs assumes .h files are C files by default). Note that this tag is not necessary in .cpp files. The name of the file is also @@ -760,7 +762,7 @@ <a href="mailto:[EMAIL PROTECTED]">Chris Lattner</a><br> <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br> - Last modified: $Date: 2007/02/10 18:35:31 $ + Last modified: $Date: 2007/02/19 03:33:06 $ </address> </body> _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits