[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Integer/SSAtest.c arith.c array.c bigint.c bitbit.c bitlogic.c cppfield.cpp enum.cpp exception.cpp extern-inline-redef.c field.c folding.c general-test.c global.c large-array.c list.c local-array.c local-union.c matrix.c matrix.reference_output memory.c offset.c override.cpp pointer.c static.c struct1.c struct2.c structInit.c switch.c template.cpp template2.cpp template3.cpp union-init.c union-struct.c union2.c
Chris Lattner
clattner at apple.com
Mon Jan 22 15:10:01 PST 2007
On Jan 22, 2007, at 12:47 PM, Guoling Han wrote:
> -//===--- SSAtest.c --- Test Cases for Bit Accurate Types
> -------------------------------===//
> +//===--- SSAtest.c --- Test Cases for Bit Accurate Types
> ----------------===//
> +//
> +// This file was developed by Guoling han and donated to the LLVM
> research
> +// group and is distributed under the University of Illinois Open
> Source
> +// License. See LICENSE.TXT for details.
> +//
> ===-------------------------------------------------------------------
> ===//
Hi, please use the standard wording for the LLVM license block. The
words should be exactly:
"This file was developed by XXX and is distributed under the
University of Illinois Open Source License. See LICENSE.TXT for
details."
Where XXX is replaced with your name. llvm-test doesn't matter as
much as the llvm repository, but please be aware of this.
Thanks,
-Chris
More information about the llvm-commits
mailing list