diff options
author | Howard Hinnant <hhinnant@apple.com> | 2010-11-16 22:09:02 +0000 |
---|---|---|
committer | Howard Hinnant <hhinnant@apple.com> | 2010-11-16 22:09:02 +0000 |
commit | 412dbebe1b8adb9d6c3365e3b076139c675d0e03 (patch) | |
tree | de4e92be49dcbccba1c617ab8f2cee2c4d08f077 /libcxx/test/numerics/numarray/template.valarray/valarray.cons | |
parent | 4e61b09a89d5ad48137b7c2655f24da020f408e7 (diff) | |
download | bcm5719-llvm-412dbebe1b8adb9d6c3365e3b076139c675d0e03.tar.gz bcm5719-llvm-412dbebe1b8adb9d6c3365e3b076139c675d0e03.zip |
license change
llvm-svn: 119395
Diffstat (limited to 'libcxx/test/numerics/numarray/template.valarray/valarray.cons')
11 files changed, 22 insertions, 22 deletions
diff --git a/libcxx/test/numerics/numarray/template.valarray/valarray.cons/copy.pass.cpp b/libcxx/test/numerics/numarray/template.valarray/valarray.cons/copy.pass.cpp index ac5cee5a720..04ac2cdf1b9 100644 --- a/libcxx/test/numerics/numarray/template.valarray/valarray.cons/copy.pass.cpp +++ b/libcxx/test/numerics/numarray/template.valarray/valarray.cons/copy.pass.cpp @@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// diff --git a/libcxx/test/numerics/numarray/template.valarray/valarray.cons/default.pass.cpp b/libcxx/test/numerics/numarray/template.valarray/valarray.cons/default.pass.cpp index c5a26800817..f46e0bf28cf 100644 --- a/libcxx/test/numerics/numarray/template.valarray/valarray.cons/default.pass.cpp +++ b/libcxx/test/numerics/numarray/template.valarray/valarray.cons/default.pass.cpp @@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// diff --git a/libcxx/test/numerics/numarray/template.valarray/valarray.cons/gslice_array.pass.cpp b/libcxx/test/numerics/numarray/template.valarray/valarray.cons/gslice_array.pass.cpp index 5aaf6d28f69..56601dc9253 100644 --- a/libcxx/test/numerics/numarray/template.valarray/valarray.cons/gslice_array.pass.cpp +++ b/libcxx/test/numerics/numarray/template.valarray/valarray.cons/gslice_array.pass.cpp @@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// diff --git a/libcxx/test/numerics/numarray/template.valarray/valarray.cons/indirect_array.pass.cpp b/libcxx/test/numerics/numarray/template.valarray/valarray.cons/indirect_array.pass.cpp index 7c395c76a91..dbca1f9c766 100644 --- a/libcxx/test/numerics/numarray/template.valarray/valarray.cons/indirect_array.pass.cpp +++ b/libcxx/test/numerics/numarray/template.valarray/valarray.cons/indirect_array.pass.cpp @@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// diff --git a/libcxx/test/numerics/numarray/template.valarray/valarray.cons/initializer_list.pass.cpp b/libcxx/test/numerics/numarray/template.valarray/valarray.cons/initializer_list.pass.cpp index 5a6eca09b51..3aa79b0071c 100644 --- a/libcxx/test/numerics/numarray/template.valarray/valarray.cons/initializer_list.pass.cpp +++ b/libcxx/test/numerics/numarray/template.valarray/valarray.cons/initializer_list.pass.cpp @@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// diff --git a/libcxx/test/numerics/numarray/template.valarray/valarray.cons/mask_array.pass.cpp b/libcxx/test/numerics/numarray/template.valarray/valarray.cons/mask_array.pass.cpp index d37c6e1900c..be4f7403945 100644 --- a/libcxx/test/numerics/numarray/template.valarray/valarray.cons/mask_array.pass.cpp +++ b/libcxx/test/numerics/numarray/template.valarray/valarray.cons/mask_array.pass.cpp @@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// diff --git a/libcxx/test/numerics/numarray/template.valarray/valarray.cons/move.pass.cpp b/libcxx/test/numerics/numarray/template.valarray/valarray.cons/move.pass.cpp index b9de5006def..6ac8773fa4e 100644 --- a/libcxx/test/numerics/numarray/template.valarray/valarray.cons/move.pass.cpp +++ b/libcxx/test/numerics/numarray/template.valarray/valarray.cons/move.pass.cpp @@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// diff --git a/libcxx/test/numerics/numarray/template.valarray/valarray.cons/pointer_size.pass.cpp b/libcxx/test/numerics/numarray/template.valarray/valarray.cons/pointer_size.pass.cpp index 3bbe2e13b8c..3d3649ee40a 100644 --- a/libcxx/test/numerics/numarray/template.valarray/valarray.cons/pointer_size.pass.cpp +++ b/libcxx/test/numerics/numarray/template.valarray/valarray.cons/pointer_size.pass.cpp @@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// diff --git a/libcxx/test/numerics/numarray/template.valarray/valarray.cons/size.pass.cpp b/libcxx/test/numerics/numarray/template.valarray/valarray.cons/size.pass.cpp index 7e108e38823..359073eb3ae 100644 --- a/libcxx/test/numerics/numarray/template.valarray/valarray.cons/size.pass.cpp +++ b/libcxx/test/numerics/numarray/template.valarray/valarray.cons/size.pass.cpp @@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// diff --git a/libcxx/test/numerics/numarray/template.valarray/valarray.cons/slice_array.pass.cpp b/libcxx/test/numerics/numarray/template.valarray/valarray.cons/slice_array.pass.cpp index 4debe65de0a..b676414140c 100644 --- a/libcxx/test/numerics/numarray/template.valarray/valarray.cons/slice_array.pass.cpp +++ b/libcxx/test/numerics/numarray/template.valarray/valarray.cons/slice_array.pass.cpp @@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// diff --git a/libcxx/test/numerics/numarray/template.valarray/valarray.cons/value_size.pass.cpp b/libcxx/test/numerics/numarray/template.valarray/valarray.cons/value_size.pass.cpp index eb54fc7d08f..336c898b548 100644 --- a/libcxx/test/numerics/numarray/template.valarray/valarray.cons/value_size.pass.cpp +++ b/libcxx/test/numerics/numarray/template.valarray/valarray.cons/value_size.pass.cpp @@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// |