mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
clarify the 'developed by' line
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34400 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a284cbf667
commit
4f28a2f88f
@ -134,7 +134,7 @@ this:</p>
|
|||||||
//
|
//
|
||||||
// The LLVM Compiler Infrastructure
|
// 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.
|
// the University of Illinois Open Source License. See LICENSE.TXT for details.
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
@ -146,7 +146,9 @@ this:</p>
|
|||||||
</pre>
|
</pre>
|
||||||
</div>
|
</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
|
-*-</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).
|
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
|
Note that this tag is not necessary in .cpp files. The name of the file is also
|
||||||
|
Loading…
Reference in New Issue
Block a user