Wiped out some non-ascii characters that snuck into the copyright.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@103516 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/__bit_reference b/include/__bit_reference
index 25c171a..9956a39 100644
--- a/include/__bit_reference
+++ b/include/__bit_reference
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===----------------------------------------------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/__config b/include/__config
index b37b119..7b66dfc 100644
--- a/include/__config
+++ b/include/__config
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===--------------------------- __config ---------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/__functional_03 b/include/__functional_03
index 4063851..ffbb165 100644
--- a/include/__functional_03
+++ b/include/__functional_03
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===----------------------------------------------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/__functional_base b/include/__functional_base
index d28c97f..fa8cfef 100644
--- a/include/__functional_base
+++ b/include/__functional_base
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===----------------------------------------------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/__functional_base_03 b/include/__functional_base_03
index 6b9a0c1..0493151 100644
--- a/include/__functional_base_03
+++ b/include/__functional_base_03
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===----------------------------------------------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/__hash_table b/include/__hash_table
index f1327d5..42fe365 100644
--- a/include/__hash_table
+++ b/include/__hash_table
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===----------------------------------------------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/__locale b/include/__locale
index b767bb0..249e5b8 100644
--- a/include/__locale
+++ b/include/__locale
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===----------------------------------------------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/__mutex_base b/include/__mutex_base
index 40d066d..57088be 100644
--- a/include/__mutex_base
+++ b/include/__mutex_base
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===----------------------------------------------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/__sso_allocator b/include/__sso_allocator
index 6f5a75f..17e2329 100644
--- a/include/__sso_allocator
+++ b/include/__sso_allocator
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===----------------------------------------------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/__std_stream b/include/__std_stream
index 6a1fc06..a2591f5 100644
--- a/include/__std_stream
+++ b/include/__std_stream
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===----------------------------------------------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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.
@@ -179,7 +179,7 @@
     while (__enxt > __extbuf)
         if (ungetc(*--__enxt, __file_) == EOF)
             return traits_type::eof();
-	return traits_type::not_eof(__c);
+ return traits_type::not_eof(__c);
 }
 
 // __stdoutbuf
diff --git a/include/__tree b/include/__tree
index 8f8efc2..53c1e1f 100644
--- a/include/__tree
+++ b/include/__tree
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===----------------------------------------------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/__tuple b/include/__tuple
index 3fba6ce..642cff8 100644
--- a/include/__tuple
+++ b/include/__tuple
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===----------------------------------------------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/__tuple_03 b/include/__tuple_03
index 88a91c6..39a3bf5 100644
--- a/include/__tuple_03
+++ b/include/__tuple_03
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===----------------------------------------------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/algorithm b/include/algorithm
index 0765dfa..f3412f7 100644
--- a/include/algorithm
+++ b/include/algorithm
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===-------------------------- algorithm ---------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/array b/include/array
index 0aed5d1..dea5655 100644
--- a/include/array
+++ b/include/array
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===---------------------------- array -----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/bitset b/include/bitset
index cbeacaa..7ec860e 100644
--- a/include/bitset
+++ b/include/bitset
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===---------------------------- bitset ----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/cassert b/include/cassert
index 0a4136b..404426b 100644
--- a/include/cassert
+++ b/include/cassert
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===-------------------------- cassert -----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/ccomplex b/include/ccomplex
index 342cd89..3fcf07e 100644
--- a/include/ccomplex
+++ b/include/ccomplex
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===--------------------------- ccomplex ---------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/cctype b/include/cctype
index 4d03763..3e13582 100644
--- a/include/cctype
+++ b/include/cctype
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===---------------------------- cctype ----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/cerrno b/include/cerrno
index 8d89d94..f96ea0a 100644
--- a/include/cerrno
+++ b/include/cerrno
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===-------------------------- cerrno ------------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/cfenv b/include/cfenv
index 937eb26..42cc00c 100644
--- a/include/cfenv
+++ b/include/cfenv
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===---------------------------- cctype ----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/cfloat b/include/cfloat
index f1a0a78..c4de7d6 100644
--- a/include/cfloat
+++ b/include/cfloat
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===--------------------------- cfloat -----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/chrono b/include/chrono
index d066ba4..911a95e 100644
--- a/include/chrono
+++ b/include/chrono
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===---------------------------- chrono ----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/cinttypes b/include/cinttypes
index e0a7622..ddf20e8 100644
--- a/include/cinttypes
+++ b/include/cinttypes
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===--------------------------- cinttypes --------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/ciso646 b/include/ciso646
index 5058ed7..29a8ed5 100644
--- a/include/ciso646
+++ b/include/ciso646
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===--------------------------- ciso646 ----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/climits b/include/climits
index 305c7c7..187e0ac 100644
--- a/include/climits
+++ b/include/climits
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===--------------------------- climits ----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/clocale b/include/clocale
index bb4865b..2531772 100644
--- a/include/clocale
+++ b/include/clocale
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===--------------------------- clocale ----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/cmath b/include/cmath
index 01a9139..1fe8479 100644
--- a/include/cmath
+++ b/include/cmath
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===---------------------------- cmath -----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/complex b/include/complex
index dd6f8aa..ef56952 100644
--- a/include/complex
+++ b/include/complex
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===--------------------------- complex ----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/complex.h b/include/complex.h
index cca9af7..ae260c2 100644
--- a/include/complex.h
+++ b/include/complex.h
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===--------------------------- complex.h --------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/condition_variable b/include/condition_variable
index 5154952..ce14b62 100644
--- a/include/condition_variable
+++ b/include/condition_variable
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===---------------------- condition_variable ----------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/csetjmp b/include/csetjmp
index 7ab2bd2..30e7cef 100644
--- a/include/csetjmp
+++ b/include/csetjmp
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===--------------------------- csetjmp ----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/csignal b/include/csignal
index f73f167..aef1c04 100644
--- a/include/csignal
+++ b/include/csignal
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===--------------------------- csignal ----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/cstdarg b/include/cstdarg
index 26f1d29..926a38f 100644
--- a/include/cstdarg
+++ b/include/cstdarg
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===--------------------------- cstdarg ----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/cstdbool b/include/cstdbool
index 9652b79..e0b0608 100644
--- a/include/cstdbool
+++ b/include/cstdbool
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===--------------------------- cstdbool ---------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/cstddef b/include/cstddef
index 6b0a1c7..c939f0e 100644
--- a/include/cstddef
+++ b/include/cstddef
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===--------------------------- cstddef ----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/cstdint b/include/cstdint
index d8f8a19..b765d23 100644
--- a/include/cstdint
+++ b/include/cstdint
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===--------------------------- cstdint ----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/cstdio b/include/cstdio
index 17b97cb..b8b6004 100644
--- a/include/cstdio
+++ b/include/cstdio
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===---------------------------- cstdio ----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/cstdlib b/include/cstdlib
index 15d4dc9..1e5ed48 100644
--- a/include/cstdlib
+++ b/include/cstdlib
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===--------------------------- cstdlib ----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/cstring b/include/cstring
index 66c0f57..065a4bc 100644
--- a/include/cstring
+++ b/include/cstring
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===--------------------------- cstring ----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/ctgmath b/include/ctgmath
index a1e1de9..f4733b2 100644
--- a/include/ctgmath
+++ b/include/ctgmath
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===-------------------------- ctgmath -----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/ctime b/include/ctime
index ac73a02..11babba 100644
--- a/include/ctime
+++ b/include/ctime
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===---------------------------- ctime -----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/cwchar b/include/cwchar
index 42e51a5..abbf968 100644
--- a/include/cwchar
+++ b/include/cwchar
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===--------------------------- cwchar -----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/cwctype b/include/cwctype
index 7d173fc..c6938e7 100644
--- a/include/cwctype
+++ b/include/cwctype
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===--------------------------- cwctype ----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/deque b/include/deque
index ae6b8df..c4e7f52 100644
--- a/include/deque
+++ b/include/deque
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===---------------------------- deque -----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/exception b/include/exception
index 9fdbcae..82fdbb1 100644
--- a/include/exception
+++ b/include/exception
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===-------------------------- exception ---------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/ext/hash_map b/include/ext/hash_map
index 16b7ca1..c337442 100644
--- a/include/ext/hash_map
+++ b/include/ext/hash_map
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===-------------------------- hash_map ----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/ext/hash_set b/include/ext/hash_set
index 58c037d..098c073 100644
--- a/include/ext/hash_set
+++ b/include/ext/hash_set
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===------------------------- hash_set ------------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/forward_list b/include/forward_list
index 002ecd8..44d381a 100644
--- a/include/forward_list
+++ b/include/forward_list
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===----------------------- forward_list ---------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/fstream b/include/fstream
index 88e7dc5..4d10ba5 100644
--- a/include/fstream
+++ b/include/fstream
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===------------------------- fstream ------------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/functional b/include/functional
index 1551fb5..57112a2 100644
--- a/include/functional
+++ b/include/functional
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===------------------------ functional ----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/future b/include/future
index 96230e7..54b751f 100644
--- a/include/future
+++ b/include/future
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===--------------------------- future -----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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.
@@ -388,7 +388,7 @@
   future<typename result_of<F(Args...)>::type>
   async(launch policy, F&& f, Args&&... args);
 
-template <class> class packaged_task;	// undefined
+template <class> class packaged_task; // undefined
 
 template <class R, class... ArgTypes>
 class packaged_task<R(ArgTypes...)>
diff --git a/include/initializer_list b/include/initializer_list
index d780be9..266c0f5 100644
--- a/include/initializer_list
+++ b/include/initializer_list
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===----------------------- initializer_list -----------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/iomanip b/include/iomanip
index d5d2785..4a677ef 100644
--- a/include/iomanip
+++ b/include/iomanip
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===--------------------------- iomanip ----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/ios b/include/ios
index 8e58e58..47c20cb 100644
--- a/include/ios
+++ b/include/ios
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===---------------------------- ios -------------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/iosfwd b/include/iosfwd
index 2094a37..e9a6a0f 100644
--- a/include/iosfwd
+++ b/include/iosfwd
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===--------------------------- iosfwd -----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/iostream b/include/iostream
index 8e9dcd7..36d96d4 100644
--- a/include/iostream
+++ b/include/iostream
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===--------------------------- iostream ---------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/istream b/include/istream
index 02c54ff..4b41954 100644
--- a/include/istream
+++ b/include/istream
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===--------------------------- istream ----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/iterator b/include/iterator
index 52beb42..f2173e9 100644
--- a/include/iterator
+++ b/include/iterator
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===-------------------------- iterator ----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/limits b/include/limits
index 6cebc2d..34d73a0 100644
--- a/include/limits
+++ b/include/limits
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===---------------------------- limits ----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/list b/include/list
index 33229a2..41d20f8 100644
--- a/include/list
+++ b/include/list
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===---------------------------- list ------------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/locale b/include/locale
index 9052833..284184f 100644
--- a/include/locale
+++ b/include/locale
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===-------------------------- locale ------------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/map b/include/map
index 5f4e09f..3998fdf 100644
--- a/include/map
+++ b/include/map
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===----------------------------- map ------------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/memory b/include/memory
index 663c470..812de80 100644
--- a/include/memory
+++ b/include/memory
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===-------------------------- memory ------------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/mutex b/include/mutex
index ffa08b4..71a21e3 100644
--- a/include/mutex
+++ b/include/mutex
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===--------------------------- mutex ------------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/new b/include/new
index 9d7ed45..9baabdc 100644
--- a/include/new
+++ b/include/new
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===----------------------------- new ------------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/numeric b/include/numeric
index 4600890..14a6615 100644
--- a/include/numeric
+++ b/include/numeric
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===---------------------------- numeric ---------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/ostream b/include/ostream
index 46a3aa5..577167f 100644
--- a/include/ostream
+++ b/include/ostream
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===-------------------------- ostream -----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/queue b/include/queue
index 217206d..2d5f04d 100644
--- a/include/queue
+++ b/include/queue
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===--------------------------- queue ------------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/random b/include/random
index f468020..811bc26 100644
--- a/include/random
+++ b/include/random
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===--------------------------- random -----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/ratio b/include/ratio
index 8a6cb6c..2d217c1 100644
--- a/include/ratio
+++ b/include/ratio
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===---------------------------- ratio -----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/set b/include/set
index 38e5ac1..cf88ed9 100644
--- a/include/set
+++ b/include/set
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===---------------------------- set -------------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/sstream b/include/sstream
index 55154c4..e520222 100644
--- a/include/sstream
+++ b/include/sstream
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===--------------------------- sstream ----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/stack b/include/stack
index d5ac100..082f51b 100644
--- a/include/stack
+++ b/include/stack
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===---------------------------- stack -----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/stdbool.h b/include/stdbool.h
index 3263659..8d8b2bb 100644
--- a/include/stdbool.h
+++ b/include/stdbool.h
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===--------------------------- stdbool.h --------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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.
@@ -31,13 +31,13 @@
 
 #ifndef __cplusplus
 
-#define	bool	_Bool
+#define bool _Bool
 #if __STDC_VERSION__ < 199901L && __GNUC__ < 3
-typedef	int	_Bool;
+typedef int _Bool;
 #endif
 
-#define	false	(bool)0
-#define	true	(bool)1
+#define false (bool)0
+#define true (bool)1
 
 #endif /* !__cplusplus */
 
diff --git a/include/stdexcept b/include/stdexcept
index 73025f8..a78e2e6 100644
--- a/include/stdexcept
+++ b/include/stdexcept
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===--------------------------- stdexcept --------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/streambuf b/include/streambuf
index d14e5e2..e15789b 100644
--- a/include/streambuf
+++ b/include/streambuf
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===------------------------- streambuf ----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/string b/include/string
index 6839f49..2e041c6 100644
--- a/include/string
+++ b/include/string
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===--------------------------- string -----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/strstream b/include/strstream
index 50f639f..9556857 100644
--- a/include/strstream
+++ b/include/strstream
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===--------------------------- strstream --------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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.
@@ -37,7 +37,7 @@
 
     void freeze(bool freezefl = true);
     char* str();
-    int	pcount() const;
+    int pcount() const;
 
 protected:
     virtual int_type overflow (int_type c = EOF);
@@ -76,7 +76,7 @@
     char *str();
 
 private:
-    strstreambuf sb;	// exposition only
+    strstreambuf sb; // exposition only
 };
 
 class ostrstream
@@ -94,7 +94,7 @@
     int pcount() const;
 
 private:
-    strstreambuf sb;	// exposition only
+    strstreambuf sb; // exposition only
 };
 
 class strstream
@@ -120,7 +120,7 @@
     char* str();
 
 private:
-    strstreambuf sb;	// exposition only
+    strstreambuf sb; // exposition only
 };
 
 }  // std
@@ -160,7 +160,7 @@
 
     void freeze(bool __freezefl = true);
     char* str();
-    int	pcount() const;
+    int pcount() const;
 
 protected:
     virtual int_type overflow (int_type __c = EOF);
@@ -272,7 +272,7 @@
     int pcount() const  {return __sb_.pcount();}
 
 private:
-    strstreambuf __sb_;	// exposition only
+    strstreambuf __sb_; // exposition only
 };
 
 class strstream
@@ -324,7 +324,7 @@
     char* str()        {return __sb_.str();}
 
 private:
-    strstreambuf __sb_;	// exposition only
+    strstreambuf __sb_; // exposition only
 };
 
 _LIBCPP_END_NAMESPACE_STD
diff --git a/include/system_error b/include/system_error
index bc82dd1..f0897f6 100644
--- a/include/system_error
+++ b/include/system_error
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===---------------------------- system_error ----------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/tgmath.h b/include/tgmath.h
index 893bca2..a1cf9e4 100644
--- a/include/tgmath.h
+++ b/include/tgmath.h
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===-------------------------- tgmath.h ----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/thread b/include/thread
index f9ec4e1..3c1cf99 100644
--- a/include/thread
+++ b/include/thread
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===--------------------------- thread -----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/tuple b/include/tuple
index ad673ec..50b6bfa 100644
--- a/include/tuple
+++ b/include/tuple
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===--------------------------- tuple ------------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/type_traits b/include/type_traits
index dd02aa4..b838b17 100644
--- a/include/type_traits
+++ b/include/type_traits
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===------------------------ type_traits ---------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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.
@@ -116,7 +116,7 @@
     template <class Base, class Derived> struct is_base_of;
     template <class From, class To> struct is_convertible;
     template <class From, class To> struct is_explicitly_convertible;
-    template <classÊT> struct underlying_type;
+    template <class T> struct underlying_type;
     
     // Alignment properties and transformations:
     template <class T> struct alignment_of;
diff --git a/include/typeindex b/include/typeindex
index 6ce2d7b..cd7e13e 100644
--- a/include/typeindex
+++ b/include/typeindex
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===-------------------------- typeindex ---------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/typeinfo b/include/typeinfo
index c45e512..9b22541 100644
--- a/include/typeinfo
+++ b/include/typeinfo
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===-------------------------- typeinfo ----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/unordered_map b/include/unordered_map
index 55d5a9d..4cc0f8a 100644
--- a/include/unordered_map
+++ b/include/unordered_map
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===-------------------------- unordered_map -----------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/unordered_set b/include/unordered_set
index 968a048..5f7f28e 100644
--- a/include/unordered_set
+++ b/include/unordered_set
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===-------------------------- unordered_set -----------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/utility b/include/utility
index 0319b19..578d313 100644
--- a/include/utility
+++ b/include/utility
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===-------------------------- utility -----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/valarray b/include/valarray
index 2d2199a..dbfeeb2 100644
--- a/include/valarray
+++ b/include/valarray
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===-------------------------- valarray ----------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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/include/vector b/include/vector
index 8910987..a85d39a 100644
--- a/include/vector
+++ b/include/vector
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //===------------------------------ vector --------------------------------===//
 //
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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.