summaryrefslogtreecommitdiffstats
path: root/libcxx/test/numerics/complex.number
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/test/numerics/complex.number')
-rw-r--r--libcxx/test/numerics/complex.number/cases.h2
-rw-r--r--libcxx/test/numerics/complex.number/ccmplx/ccomplex.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/cmplx.over/arg.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/cmplx.over/conj.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/cmplx.over/imag.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/cmplx.over/norm.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/cmplx.over/pow.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/cmplx.over/proj.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/cmplx.over/real.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.member.ops/assignment_complex.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.member.ops/assignment_scalar.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.member.ops/divide_equal_complex.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.member.ops/divide_equal_scalar.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.member.ops/minus_equal_complex.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.member.ops/minus_equal_scalar.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.member.ops/plus_equal_complex.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.member.ops/plus_equal_scalar.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.member.ops/times_equal_complex.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.member.ops/times_equal_scalar.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.members/construct.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.members/real_imag.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.ops/complex_divide_complex.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.ops/complex_divide_scalar.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.ops/complex_equals_complex.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.ops/complex_equals_scalar.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.ops/complex_minus_complex.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.ops/complex_minus_scalar.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.ops/complex_not_equals_complex.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.ops/complex_not_equals_scalar.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.ops/complex_plus_complex.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.ops/complex_plus_scalar.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.ops/complex_times_complex.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.ops/complex_times_scalar.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.ops/scalar_divide_complex.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.ops/scalar_equals_complex.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.ops/scalar_minus_complex.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.ops/scalar_not_equals_complex.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.ops/scalar_plus_complex.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.ops/scalar_times_complex.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.ops/stream_input.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.ops/stream_output.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.ops/unary_minus.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.ops/unary_plus.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.special/double_float_explicit.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.special/double_float_implicit.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.special/double_long_double_explicit.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.special/double_long_double_implicit.fail.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.special/float_double_explicit.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.special/float_double_implicit.fail.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.special/float_long_double_explicit.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.special/float_long_double_implicit.fail.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.special/long_double_double_explicit.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.special/long_double_double_implicit.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.special/long_double_float_explicit.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.special/long_double_float_implicit.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.synopsis/nothing_to_do.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.transcendentals/acos.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.transcendentals/acosh.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.transcendentals/asin.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.transcendentals/asinh.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.transcendentals/atan.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.transcendentals/atanh.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.transcendentals/cos.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.transcendentals/cosh.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.transcendentals/exp.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.transcendentals/log.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.transcendentals/log10.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.transcendentals/pow_complex_complex.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.transcendentals/pow_complex_scalar.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.transcendentals/pow_scalar_complex.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.transcendentals/sin.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.transcendentals/sinh.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.transcendentals/sqrt.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.transcendentals/tan.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.transcendentals/tanh.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.value.ops/abs.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.value.ops/arg.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.value.ops/conj.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.value.ops/imag.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.value.ops/norm.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.value.ops/polar.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.value.ops/proj.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex.value.ops/real.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/complex/types.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/layout.pass.cpp2
-rw-r--r--libcxx/test/numerics/complex.number/version.pass.cpp2
86 files changed, 86 insertions, 86 deletions
diff --git a/libcxx/test/numerics/complex.number/cases.h b/libcxx/test/numerics/complex.number/cases.h
index b0b1805e0bc..351c3e5795c 100644
--- a/libcxx/test/numerics/complex.number/cases.h
+++ b/libcxx/test/numerics/complex.number/cases.h
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/ccmplx/ccomplex.pass.cpp b/libcxx/test/numerics/complex.number/ccmplx/ccomplex.pass.cpp
index 06d031b9fbc..aa6a7b13aad 100644
--- a/libcxx/test/numerics/complex.number/ccmplx/ccomplex.pass.cpp
+++ b/libcxx/test/numerics/complex.number/ccmplx/ccomplex.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/cmplx.over/arg.pass.cpp b/libcxx/test/numerics/complex.number/cmplx.over/arg.pass.cpp
index a28515d04a0..a92d6653e42 100644
--- a/libcxx/test/numerics/complex.number/cmplx.over/arg.pass.cpp
+++ b/libcxx/test/numerics/complex.number/cmplx.over/arg.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/cmplx.over/conj.pass.cpp b/libcxx/test/numerics/complex.number/cmplx.over/conj.pass.cpp
index 69e60227c8a..84bacdb304f 100644
--- a/libcxx/test/numerics/complex.number/cmplx.over/conj.pass.cpp
+++ b/libcxx/test/numerics/complex.number/cmplx.over/conj.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/cmplx.over/imag.pass.cpp b/libcxx/test/numerics/complex.number/cmplx.over/imag.pass.cpp
index 62e9451af1a..902ea75bc44 100644
--- a/libcxx/test/numerics/complex.number/cmplx.over/imag.pass.cpp
+++ b/libcxx/test/numerics/complex.number/cmplx.over/imag.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/cmplx.over/norm.pass.cpp b/libcxx/test/numerics/complex.number/cmplx.over/norm.pass.cpp
index cbadb8d76cb..d25457afc3d 100644
--- a/libcxx/test/numerics/complex.number/cmplx.over/norm.pass.cpp
+++ b/libcxx/test/numerics/complex.number/cmplx.over/norm.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/cmplx.over/pow.pass.cpp b/libcxx/test/numerics/complex.number/cmplx.over/pow.pass.cpp
index 78b9e36df47..7cd5e407ec7 100644
--- a/libcxx/test/numerics/complex.number/cmplx.over/pow.pass.cpp
+++ b/libcxx/test/numerics/complex.number/cmplx.over/pow.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/cmplx.over/proj.pass.cpp b/libcxx/test/numerics/complex.number/cmplx.over/proj.pass.cpp
index d27511fecc2..a7290d4f086 100644
--- a/libcxx/test/numerics/complex.number/cmplx.over/proj.pass.cpp
+++ b/libcxx/test/numerics/complex.number/cmplx.over/proj.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/cmplx.over/real.pass.cpp b/libcxx/test/numerics/complex.number/cmplx.over/real.pass.cpp
index c62cb4de479..db4a8c7764b 100644
--- a/libcxx/test/numerics/complex.number/cmplx.over/real.pass.cpp
+++ b/libcxx/test/numerics/complex.number/cmplx.over/real.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.member.ops/assignment_complex.pass.cpp b/libcxx/test/numerics/complex.number/complex.member.ops/assignment_complex.pass.cpp
index 0eaf9d666f5..426853653ab 100644
--- a/libcxx/test/numerics/complex.number/complex.member.ops/assignment_complex.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.member.ops/assignment_complex.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.member.ops/assignment_scalar.pass.cpp b/libcxx/test/numerics/complex.number/complex.member.ops/assignment_scalar.pass.cpp
index f051c495547..d26cb586155 100644
--- a/libcxx/test/numerics/complex.number/complex.member.ops/assignment_scalar.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.member.ops/assignment_scalar.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.member.ops/divide_equal_complex.pass.cpp b/libcxx/test/numerics/complex.number/complex.member.ops/divide_equal_complex.pass.cpp
index 253f0dadb88..a3f5422ff1f 100644
--- a/libcxx/test/numerics/complex.number/complex.member.ops/divide_equal_complex.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.member.ops/divide_equal_complex.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.member.ops/divide_equal_scalar.pass.cpp b/libcxx/test/numerics/complex.number/complex.member.ops/divide_equal_scalar.pass.cpp
index 7083302b5d2..5b19bc4a988 100644
--- a/libcxx/test/numerics/complex.number/complex.member.ops/divide_equal_scalar.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.member.ops/divide_equal_scalar.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.member.ops/minus_equal_complex.pass.cpp b/libcxx/test/numerics/complex.number/complex.member.ops/minus_equal_complex.pass.cpp
index fdae56ff3e9..67ebc690160 100644
--- a/libcxx/test/numerics/complex.number/complex.member.ops/minus_equal_complex.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.member.ops/minus_equal_complex.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.member.ops/minus_equal_scalar.pass.cpp b/libcxx/test/numerics/complex.number/complex.member.ops/minus_equal_scalar.pass.cpp
index a13064dd4e1..7b74237703c 100644
--- a/libcxx/test/numerics/complex.number/complex.member.ops/minus_equal_scalar.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.member.ops/minus_equal_scalar.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.member.ops/plus_equal_complex.pass.cpp b/libcxx/test/numerics/complex.number/complex.member.ops/plus_equal_complex.pass.cpp
index aa19f612cf0..f8a38dbcb97 100644
--- a/libcxx/test/numerics/complex.number/complex.member.ops/plus_equal_complex.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.member.ops/plus_equal_complex.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.member.ops/plus_equal_scalar.pass.cpp b/libcxx/test/numerics/complex.number/complex.member.ops/plus_equal_scalar.pass.cpp
index 1a1b593d436..713beeac822 100644
--- a/libcxx/test/numerics/complex.number/complex.member.ops/plus_equal_scalar.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.member.ops/plus_equal_scalar.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.member.ops/times_equal_complex.pass.cpp b/libcxx/test/numerics/complex.number/complex.member.ops/times_equal_complex.pass.cpp
index 4fae671199b..9ed5519443f 100644
--- a/libcxx/test/numerics/complex.number/complex.member.ops/times_equal_complex.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.member.ops/times_equal_complex.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.member.ops/times_equal_scalar.pass.cpp b/libcxx/test/numerics/complex.number/complex.member.ops/times_equal_scalar.pass.cpp
index 5e39d4ba327..26e659df644 100644
--- a/libcxx/test/numerics/complex.number/complex.member.ops/times_equal_scalar.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.member.ops/times_equal_scalar.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.members/construct.pass.cpp b/libcxx/test/numerics/complex.number/complex.members/construct.pass.cpp
index 6ec62580bf3..164d30739c1 100644
--- a/libcxx/test/numerics/complex.number/complex.members/construct.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.members/construct.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.members/real_imag.pass.cpp b/libcxx/test/numerics/complex.number/complex.members/real_imag.pass.cpp
index 7f2ee320685..3bb76491329 100644
--- a/libcxx/test/numerics/complex.number/complex.members/real_imag.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.members/real_imag.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.ops/complex_divide_complex.pass.cpp b/libcxx/test/numerics/complex.number/complex.ops/complex_divide_complex.pass.cpp
index 99c5db23439..06e6798e212 100644
--- a/libcxx/test/numerics/complex.number/complex.ops/complex_divide_complex.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.ops/complex_divide_complex.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.ops/complex_divide_scalar.pass.cpp b/libcxx/test/numerics/complex.number/complex.ops/complex_divide_scalar.pass.cpp
index c95ee7da085..76037c52ffd 100644
--- a/libcxx/test/numerics/complex.number/complex.ops/complex_divide_scalar.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.ops/complex_divide_scalar.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.ops/complex_equals_complex.pass.cpp b/libcxx/test/numerics/complex.number/complex.ops/complex_equals_complex.pass.cpp
index 59258b0c622..c6fb1b825e1 100644
--- a/libcxx/test/numerics/complex.number/complex.ops/complex_equals_complex.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.ops/complex_equals_complex.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.ops/complex_equals_scalar.pass.cpp b/libcxx/test/numerics/complex.number/complex.ops/complex_equals_scalar.pass.cpp
index 9329d8dcb5d..f500947a9a9 100644
--- a/libcxx/test/numerics/complex.number/complex.ops/complex_equals_scalar.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.ops/complex_equals_scalar.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.ops/complex_minus_complex.pass.cpp b/libcxx/test/numerics/complex.number/complex.ops/complex_minus_complex.pass.cpp
index fa0ec339370..b565c82f874 100644
--- a/libcxx/test/numerics/complex.number/complex.ops/complex_minus_complex.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.ops/complex_minus_complex.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.ops/complex_minus_scalar.pass.cpp b/libcxx/test/numerics/complex.number/complex.ops/complex_minus_scalar.pass.cpp
index ebd2c9eb48d..4db4181ce37 100644
--- a/libcxx/test/numerics/complex.number/complex.ops/complex_minus_scalar.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.ops/complex_minus_scalar.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.ops/complex_not_equals_complex.pass.cpp b/libcxx/test/numerics/complex.number/complex.ops/complex_not_equals_complex.pass.cpp
index fb89ec94194..dee18328c8d 100644
--- a/libcxx/test/numerics/complex.number/complex.ops/complex_not_equals_complex.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.ops/complex_not_equals_complex.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.ops/complex_not_equals_scalar.pass.cpp b/libcxx/test/numerics/complex.number/complex.ops/complex_not_equals_scalar.pass.cpp
index fd70688b116..9f2aab365f9 100644
--- a/libcxx/test/numerics/complex.number/complex.ops/complex_not_equals_scalar.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.ops/complex_not_equals_scalar.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.ops/complex_plus_complex.pass.cpp b/libcxx/test/numerics/complex.number/complex.ops/complex_plus_complex.pass.cpp
index e9b5804bfdb..fc98e72c8a9 100644
--- a/libcxx/test/numerics/complex.number/complex.ops/complex_plus_complex.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.ops/complex_plus_complex.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.ops/complex_plus_scalar.pass.cpp b/libcxx/test/numerics/complex.number/complex.ops/complex_plus_scalar.pass.cpp
index d7e0d3180ae..01569c72774 100644
--- a/libcxx/test/numerics/complex.number/complex.ops/complex_plus_scalar.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.ops/complex_plus_scalar.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.ops/complex_times_complex.pass.cpp b/libcxx/test/numerics/complex.number/complex.ops/complex_times_complex.pass.cpp
index 890ce0598db..34d2e5f7ae1 100644
--- a/libcxx/test/numerics/complex.number/complex.ops/complex_times_complex.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.ops/complex_times_complex.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.ops/complex_times_scalar.pass.cpp b/libcxx/test/numerics/complex.number/complex.ops/complex_times_scalar.pass.cpp
index d8228c5a3b6..739b0a774ad 100644
--- a/libcxx/test/numerics/complex.number/complex.ops/complex_times_scalar.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.ops/complex_times_scalar.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.ops/scalar_divide_complex.pass.cpp b/libcxx/test/numerics/complex.number/complex.ops/scalar_divide_complex.pass.cpp
index 6c8d5ec558a..76ac1b419dd 100644
--- a/libcxx/test/numerics/complex.number/complex.ops/scalar_divide_complex.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.ops/scalar_divide_complex.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.ops/scalar_equals_complex.pass.cpp b/libcxx/test/numerics/complex.number/complex.ops/scalar_equals_complex.pass.cpp
index 86b2f52983b..99912e1c685 100644
--- a/libcxx/test/numerics/complex.number/complex.ops/scalar_equals_complex.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.ops/scalar_equals_complex.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.ops/scalar_minus_complex.pass.cpp b/libcxx/test/numerics/complex.number/complex.ops/scalar_minus_complex.pass.cpp
index 4958e41bd22..0346bf9619b 100644
--- a/libcxx/test/numerics/complex.number/complex.ops/scalar_minus_complex.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.ops/scalar_minus_complex.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.ops/scalar_not_equals_complex.pass.cpp b/libcxx/test/numerics/complex.number/complex.ops/scalar_not_equals_complex.pass.cpp
index a73f6278a20..70d423e526d 100644
--- a/libcxx/test/numerics/complex.number/complex.ops/scalar_not_equals_complex.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.ops/scalar_not_equals_complex.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.ops/scalar_plus_complex.pass.cpp b/libcxx/test/numerics/complex.number/complex.ops/scalar_plus_complex.pass.cpp
index a21ebc732de..188134c4ae5 100644
--- a/libcxx/test/numerics/complex.number/complex.ops/scalar_plus_complex.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.ops/scalar_plus_complex.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.ops/scalar_times_complex.pass.cpp b/libcxx/test/numerics/complex.number/complex.ops/scalar_times_complex.pass.cpp
index d3cbce8fa4f..3b47776c6b4 100644
--- a/libcxx/test/numerics/complex.number/complex.ops/scalar_times_complex.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.ops/scalar_times_complex.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.ops/stream_input.pass.cpp b/libcxx/test/numerics/complex.number/complex.ops/stream_input.pass.cpp
index 6da91279760..ab2128d61cb 100644
--- a/libcxx/test/numerics/complex.number/complex.ops/stream_input.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.ops/stream_input.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.ops/stream_output.pass.cpp b/libcxx/test/numerics/complex.number/complex.ops/stream_output.pass.cpp
index a6ed552a6e1..00613793d16 100644
--- a/libcxx/test/numerics/complex.number/complex.ops/stream_output.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.ops/stream_output.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.ops/unary_minus.pass.cpp b/libcxx/test/numerics/complex.number/complex.ops/unary_minus.pass.cpp
index 8104707eaf6..e673bce1d3f 100644
--- a/libcxx/test/numerics/complex.number/complex.ops/unary_minus.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.ops/unary_minus.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.ops/unary_plus.pass.cpp b/libcxx/test/numerics/complex.number/complex.ops/unary_plus.pass.cpp
index d0ac984965f..8658daca080 100644
--- a/libcxx/test/numerics/complex.number/complex.ops/unary_plus.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.ops/unary_plus.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.special/double_float_explicit.pass.cpp b/libcxx/test/numerics/complex.number/complex.special/double_float_explicit.pass.cpp
index 40169f309c1..800871db94f 100644
--- a/libcxx/test/numerics/complex.number/complex.special/double_float_explicit.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.special/double_float_explicit.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.special/double_float_implicit.pass.cpp b/libcxx/test/numerics/complex.number/complex.special/double_float_implicit.pass.cpp
index 34e47289c4a..43bccb6d1eb 100644
--- a/libcxx/test/numerics/complex.number/complex.special/double_float_implicit.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.special/double_float_implicit.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.special/double_long_double_explicit.pass.cpp b/libcxx/test/numerics/complex.number/complex.special/double_long_double_explicit.pass.cpp
index 1c9e31672f2..7b4d0b312f5 100644
--- a/libcxx/test/numerics/complex.number/complex.special/double_long_double_explicit.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.special/double_long_double_explicit.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.special/double_long_double_implicit.fail.cpp b/libcxx/test/numerics/complex.number/complex.special/double_long_double_implicit.fail.cpp
index a4c30db8abe..48d330e126b 100644
--- a/libcxx/test/numerics/complex.number/complex.special/double_long_double_implicit.fail.cpp
+++ b/libcxx/test/numerics/complex.number/complex.special/double_long_double_implicit.fail.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.special/float_double_explicit.pass.cpp b/libcxx/test/numerics/complex.number/complex.special/float_double_explicit.pass.cpp
index 1caf694846b..bc016c93493 100644
--- a/libcxx/test/numerics/complex.number/complex.special/float_double_explicit.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.special/float_double_explicit.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.special/float_double_implicit.fail.cpp b/libcxx/test/numerics/complex.number/complex.special/float_double_implicit.fail.cpp
index 7db9dfeb75d..dc9ab9e0c00 100644
--- a/libcxx/test/numerics/complex.number/complex.special/float_double_implicit.fail.cpp
+++ b/libcxx/test/numerics/complex.number/complex.special/float_double_implicit.fail.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.special/float_long_double_explicit.pass.cpp b/libcxx/test/numerics/complex.number/complex.special/float_long_double_explicit.pass.cpp
index 758ffef6623..7ad0828da86 100644
--- a/libcxx/test/numerics/complex.number/complex.special/float_long_double_explicit.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.special/float_long_double_explicit.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.special/float_long_double_implicit.fail.cpp b/libcxx/test/numerics/complex.number/complex.special/float_long_double_implicit.fail.cpp
index 109e68ffa03..1f87f46d413 100644
--- a/libcxx/test/numerics/complex.number/complex.special/float_long_double_implicit.fail.cpp
+++ b/libcxx/test/numerics/complex.number/complex.special/float_long_double_implicit.fail.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.special/long_double_double_explicit.pass.cpp b/libcxx/test/numerics/complex.number/complex.special/long_double_double_explicit.pass.cpp
index 2c060416a50..ad88b3110df 100644
--- a/libcxx/test/numerics/complex.number/complex.special/long_double_double_explicit.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.special/long_double_double_explicit.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.special/long_double_double_implicit.pass.cpp b/libcxx/test/numerics/complex.number/complex.special/long_double_double_implicit.pass.cpp
index 579190e8191..e8cbf5dd621 100644
--- a/libcxx/test/numerics/complex.number/complex.special/long_double_double_implicit.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.special/long_double_double_implicit.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.special/long_double_float_explicit.pass.cpp b/libcxx/test/numerics/complex.number/complex.special/long_double_float_explicit.pass.cpp
index 03dd952a137..6041ad16bc3 100644
--- a/libcxx/test/numerics/complex.number/complex.special/long_double_float_explicit.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.special/long_double_float_explicit.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.special/long_double_float_implicit.pass.cpp b/libcxx/test/numerics/complex.number/complex.special/long_double_float_implicit.pass.cpp
index 22af3637dd0..eff60e773ff 100644
--- a/libcxx/test/numerics/complex.number/complex.special/long_double_float_implicit.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.special/long_double_float_implicit.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.synopsis/nothing_to_do.pass.cpp b/libcxx/test/numerics/complex.number/complex.synopsis/nothing_to_do.pass.cpp
index fa4d462f18d..b89f168e9c4 100644
--- a/libcxx/test/numerics/complex.number/complex.synopsis/nothing_to_do.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.synopsis/nothing_to_do.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.transcendentals/acos.pass.cpp b/libcxx/test/numerics/complex.number/complex.transcendentals/acos.pass.cpp
index 2579459d000..daf10253095 100644
--- a/libcxx/test/numerics/complex.number/complex.transcendentals/acos.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.transcendentals/acos.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.transcendentals/acosh.pass.cpp b/libcxx/test/numerics/complex.number/complex.transcendentals/acosh.pass.cpp
index 46c1262cb1a..bb4d8747e60 100644
--- a/libcxx/test/numerics/complex.number/complex.transcendentals/acosh.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.transcendentals/acosh.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.transcendentals/asin.pass.cpp b/libcxx/test/numerics/complex.number/complex.transcendentals/asin.pass.cpp
index d667a73b839..2d75f847316 100644
--- a/libcxx/test/numerics/complex.number/complex.transcendentals/asin.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.transcendentals/asin.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.transcendentals/asinh.pass.cpp b/libcxx/test/numerics/complex.number/complex.transcendentals/asinh.pass.cpp
index f5fc92f574f..7362a07b7eb 100644
--- a/libcxx/test/numerics/complex.number/complex.transcendentals/asinh.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.transcendentals/asinh.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.transcendentals/atan.pass.cpp b/libcxx/test/numerics/complex.number/complex.transcendentals/atan.pass.cpp
index 27a6b33651a..f10287e239a 100644
--- a/libcxx/test/numerics/complex.number/complex.transcendentals/atan.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.transcendentals/atan.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.transcendentals/atanh.pass.cpp b/libcxx/test/numerics/complex.number/complex.transcendentals/atanh.pass.cpp
index c4328109a2e..0b10efafcdd 100644
--- a/libcxx/test/numerics/complex.number/complex.transcendentals/atanh.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.transcendentals/atanh.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.transcendentals/cos.pass.cpp b/libcxx/test/numerics/complex.number/complex.transcendentals/cos.pass.cpp
index 4cbceb27e25..2a450a67392 100644
--- a/libcxx/test/numerics/complex.number/complex.transcendentals/cos.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.transcendentals/cos.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.transcendentals/cosh.pass.cpp b/libcxx/test/numerics/complex.number/complex.transcendentals/cosh.pass.cpp
index 9884fce2af1..d8de051653b 100644
--- a/libcxx/test/numerics/complex.number/complex.transcendentals/cosh.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.transcendentals/cosh.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.transcendentals/exp.pass.cpp b/libcxx/test/numerics/complex.number/complex.transcendentals/exp.pass.cpp
index a0c4b80132c..07ef3908793 100644
--- a/libcxx/test/numerics/complex.number/complex.transcendentals/exp.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.transcendentals/exp.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.transcendentals/log.pass.cpp b/libcxx/test/numerics/complex.number/complex.transcendentals/log.pass.cpp
index b729db4aac4..5640b84f148 100644
--- a/libcxx/test/numerics/complex.number/complex.transcendentals/log.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.transcendentals/log.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.transcendentals/log10.pass.cpp b/libcxx/test/numerics/complex.number/complex.transcendentals/log10.pass.cpp
index 228787dc7d6..4912c5d6ed9 100644
--- a/libcxx/test/numerics/complex.number/complex.transcendentals/log10.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.transcendentals/log10.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.transcendentals/pow_complex_complex.pass.cpp b/libcxx/test/numerics/complex.number/complex.transcendentals/pow_complex_complex.pass.cpp
index 5973691e5e3..003869f5174 100644
--- a/libcxx/test/numerics/complex.number/complex.transcendentals/pow_complex_complex.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.transcendentals/pow_complex_complex.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.transcendentals/pow_complex_scalar.pass.cpp b/libcxx/test/numerics/complex.number/complex.transcendentals/pow_complex_scalar.pass.cpp
index 288be671614..86187a174c0 100644
--- a/libcxx/test/numerics/complex.number/complex.transcendentals/pow_complex_scalar.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.transcendentals/pow_complex_scalar.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.transcendentals/pow_scalar_complex.pass.cpp b/libcxx/test/numerics/complex.number/complex.transcendentals/pow_scalar_complex.pass.cpp
index 3aa74473fd4..6389673b857 100644
--- a/libcxx/test/numerics/complex.number/complex.transcendentals/pow_scalar_complex.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.transcendentals/pow_scalar_complex.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.transcendentals/sin.pass.cpp b/libcxx/test/numerics/complex.number/complex.transcendentals/sin.pass.cpp
index 4e6868c0a09..56d8f0def6c 100644
--- a/libcxx/test/numerics/complex.number/complex.transcendentals/sin.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.transcendentals/sin.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.transcendentals/sinh.pass.cpp b/libcxx/test/numerics/complex.number/complex.transcendentals/sinh.pass.cpp
index 093ba12165b..4fa5c7d3a6c 100644
--- a/libcxx/test/numerics/complex.number/complex.transcendentals/sinh.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.transcendentals/sinh.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.transcendentals/sqrt.pass.cpp b/libcxx/test/numerics/complex.number/complex.transcendentals/sqrt.pass.cpp
index 63eeb2736f1..bbf1db373f7 100644
--- a/libcxx/test/numerics/complex.number/complex.transcendentals/sqrt.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.transcendentals/sqrt.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.transcendentals/tan.pass.cpp b/libcxx/test/numerics/complex.number/complex.transcendentals/tan.pass.cpp
index 801339e9bdd..441b96c6057 100644
--- a/libcxx/test/numerics/complex.number/complex.transcendentals/tan.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.transcendentals/tan.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.transcendentals/tanh.pass.cpp b/libcxx/test/numerics/complex.number/complex.transcendentals/tanh.pass.cpp
index 36644fc9748..afa46e4044c 100644
--- a/libcxx/test/numerics/complex.number/complex.transcendentals/tanh.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.transcendentals/tanh.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.value.ops/abs.pass.cpp b/libcxx/test/numerics/complex.number/complex.value.ops/abs.pass.cpp
index 5f37f1e0570..16c3b4da244 100644
--- a/libcxx/test/numerics/complex.number/complex.value.ops/abs.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.value.ops/abs.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.value.ops/arg.pass.cpp b/libcxx/test/numerics/complex.number/complex.value.ops/arg.pass.cpp
index 826e7645468..7844400eca6 100644
--- a/libcxx/test/numerics/complex.number/complex.value.ops/arg.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.value.ops/arg.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.value.ops/conj.pass.cpp b/libcxx/test/numerics/complex.number/complex.value.ops/conj.pass.cpp
index 4b83b923b55..9396b9b6dfb 100644
--- a/libcxx/test/numerics/complex.number/complex.value.ops/conj.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.value.ops/conj.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.value.ops/imag.pass.cpp b/libcxx/test/numerics/complex.number/complex.value.ops/imag.pass.cpp
index a169895ace6..f999ddcaf9d 100644
--- a/libcxx/test/numerics/complex.number/complex.value.ops/imag.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.value.ops/imag.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.value.ops/norm.pass.cpp b/libcxx/test/numerics/complex.number/complex.value.ops/norm.pass.cpp
index 0ab8f3253f5..b7f1cef290f 100644
--- a/libcxx/test/numerics/complex.number/complex.value.ops/norm.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.value.ops/norm.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.value.ops/polar.pass.cpp b/libcxx/test/numerics/complex.number/complex.value.ops/polar.pass.cpp
index 4a391344b60..a3475391138 100644
--- a/libcxx/test/numerics/complex.number/complex.value.ops/polar.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.value.ops/polar.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.value.ops/proj.pass.cpp b/libcxx/test/numerics/complex.number/complex.value.ops/proj.pass.cpp
index 99d0ec06bf7..a70b817e927 100644
--- a/libcxx/test/numerics/complex.number/complex.value.ops/proj.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.value.ops/proj.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex.value.ops/real.pass.cpp b/libcxx/test/numerics/complex.number/complex.value.ops/real.pass.cpp
index f265153d07b..f3c6b6ef03d 100644
--- a/libcxx/test/numerics/complex.number/complex.value.ops/real.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex.value.ops/real.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/complex/types.pass.cpp b/libcxx/test/numerics/complex.number/complex/types.pass.cpp
index 0fee77eae42..2d4b1363da1 100644
--- a/libcxx/test/numerics/complex.number/complex/types.pass.cpp
+++ b/libcxx/test/numerics/complex.number/complex/types.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/layout.pass.cpp b/libcxx/test/numerics/complex.number/layout.pass.cpp
index c0945a25cf0..cb162b8e578 100644
--- a/libcxx/test/numerics/complex.number/layout.pass.cpp
+++ b/libcxx/test/numerics/complex.number/layout.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
diff --git a/libcxx/test/numerics/complex.number/version.pass.cpp b/libcxx/test/numerics/complex.number/version.pass.cpp
index e4c21b138f3..1dd44867372 100644
--- a/libcxx/test/numerics/complex.number/version.pass.cpp
+++ b/libcxx/test/numerics/complex.number/version.pass.cpp
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
OpenPOWER on IntegriCloud