diff options
author | Howard Hinnant <hhinnant@apple.com> | 2010-05-11 21:36:01 +0000 |
---|---|---|
committer | Howard Hinnant <hhinnant@apple.com> | 2010-05-11 21:36:01 +0000 |
commit | 5b08a8a43254ed30bd953e869b0fd9fc1e8b82d0 (patch) | |
tree | 9e474cfa73c5c4fc9ceafa2f9bb651c8492a3204 /libcxx/src | |
parent | 0547ad38e334146599521e455d0d6f83a117a60e (diff) | |
download | llvm-5b08a8a43254ed30bd953e869b0fd9fc1e8b82d0.zip llvm-5b08a8a43254ed30bd953e869b0fd9fc1e8b82d0.tar.gz llvm-5b08a8a43254ed30bd953e869b0fd9fc1e8b82d0.tar.bz2 |
Wiped out some non-ascii characters that snuck into the copyright.
llvm-svn: 103516
Diffstat (limited to 'libcxx/src')
-rw-r--r-- | libcxx/src/algorithm.cpp | 2 | ||||
-rw-r--r-- | libcxx/src/bind.cpp | 2 | ||||
-rw-r--r-- | libcxx/src/chrono.cpp | 2 | ||||
-rw-r--r-- | libcxx/src/condition_variable.cpp | 2 | ||||
-rw-r--r-- | libcxx/src/hash.cpp | 2 | ||||
-rw-r--r-- | libcxx/src/ios.cpp | 2 | ||||
-rw-r--r-- | libcxx/src/iostream.cpp | 2 | ||||
-rw-r--r-- | libcxx/src/locale.cpp | 2 | ||||
-rw-r--r-- | libcxx/src/memory.cpp | 2 | ||||
-rw-r--r-- | libcxx/src/mutex.cpp | 2 | ||||
-rw-r--r-- | libcxx/src/new.cpp | 2 | ||||
-rw-r--r-- | libcxx/src/random.cpp | 2 | ||||
-rw-r--r-- | libcxx/src/stdexcept.cpp | 2 | ||||
-rw-r--r-- | libcxx/src/strstream.cpp | 2 | ||||
-rw-r--r-- | libcxx/src/system_error.cpp | 2 | ||||
-rw-r--r-- | libcxx/src/thread.cpp | 2 | ||||
-rw-r--r-- | libcxx/src/utility.cpp | 2 | ||||
-rw-r--r-- | libcxx/src/valarray.cpp | 2 |
18 files changed, 18 insertions, 18 deletions
diff --git a/libcxx/src/algorithm.cpp b/libcxx/src/algorithm.cpp index 09b64d6..fd81521 100644 --- a/libcxx/src/algorithm.cpp +++ b/libcxx/src/algorithm.cpp @@ -1,6 +1,6 @@ //===----------------------- algorithm.cpp --------------------------------===// // -// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚ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/src/bind.cpp b/libcxx/src/bind.cpp index 7b4e3454..027c107 100644 --- a/libcxx/src/bind.cpp +++ b/libcxx/src/bind.cpp @@ -1,6 +1,6 @@ //===-------------------------- bind.cpp ----------------------------------===// // -// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚ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/src/chrono.cpp b/libcxx/src/chrono.cpp index 0130bd2..b984f9d 100644 --- a/libcxx/src/chrono.cpp +++ b/libcxx/src/chrono.cpp @@ -1,6 +1,6 @@ //===------------------------- chrono.cpp ---------------------------------===// // -// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚ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/src/condition_variable.cpp b/libcxx/src/condition_variable.cpp index 14a6d27..7373ec3 100644 --- a/libcxx/src/condition_variable.cpp +++ b/libcxx/src/condition_variable.cpp @@ -1,6 +1,6 @@ //===-------------------- condition_variable.cpp --------------------------===// // -// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚ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/src/hash.cpp b/libcxx/src/hash.cpp index a6bd311..707f5c5 100644 --- a/libcxx/src/hash.cpp +++ b/libcxx/src/hash.cpp @@ -1,6 +1,6 @@ //===-------------------------- hash.cpp ----------------------------------===// // -// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚ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/src/ios.cpp b/libcxx/src/ios.cpp index 7d2489d..3bf3cbc 100644 --- a/libcxx/src/ios.cpp +++ b/libcxx/src/ios.cpp @@ -1,6 +1,6 @@ //===-------------------------- ios.cpp -----------------------------------===// // -// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚ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/src/iostream.cpp b/libcxx/src/iostream.cpp index 43be587..6d54b9a 100644 --- a/libcxx/src/iostream.cpp +++ b/libcxx/src/iostream.cpp @@ -1,6 +1,6 @@ //===------------------------ iostream.cpp --------------------------------===// // -// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚ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/src/locale.cpp b/libcxx/src/locale.cpp index 758ec142..e219d98 100644 --- a/libcxx/src/locale.cpp +++ b/libcxx/src/locale.cpp @@ -1,6 +1,6 @@ //===------------------------- locale.cpp ---------------------------------===// // -// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚ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/src/memory.cpp b/libcxx/src/memory.cpp index 1970598..e3075bc 100644 --- a/libcxx/src/memory.cpp +++ b/libcxx/src/memory.cpp @@ -1,6 +1,6 @@ //===------------------------ memory.cpp ----------------------------------===// // -// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚ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/src/mutex.cpp b/libcxx/src/mutex.cpp index 26f2298..f98d725 100644 --- a/libcxx/src/mutex.cpp +++ b/libcxx/src/mutex.cpp @@ -1,6 +1,6 @@ //===------------------------- mutex.cpp ----------------------------------===// // -// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚ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/src/new.cpp b/libcxx/src/new.cpp index 4ab199b..32e0cbd 100644 --- a/libcxx/src/new.cpp +++ b/libcxx/src/new.cpp @@ -1,6 +1,6 @@ //===--------------------------- new.cpp ----------------------------------===// // -// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚ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/src/random.cpp b/libcxx/src/random.cpp index 269a597..1d82bf7 100644 --- a/libcxx/src/random.cpp +++ b/libcxx/src/random.cpp @@ -1,6 +1,6 @@ //===-------------------------- random.cpp --------------------------------===// // -// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚ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/src/stdexcept.cpp b/libcxx/src/stdexcept.cpp index e936188..e8960eb3 100644 --- a/libcxx/src/stdexcept.cpp +++ b/libcxx/src/stdexcept.cpp @@ -1,6 +1,6 @@ //===------------------------ stdexcept.cpp -------------------------------===// // -// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚ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/src/strstream.cpp b/libcxx/src/strstream.cpp index d3d257e..a5b52b0 100644 --- a/libcxx/src/strstream.cpp +++ b/libcxx/src/strstream.cpp @@ -1,6 +1,6 @@ //===------------------------ strstream.cpp -------------------------------===// // -// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚ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/src/system_error.cpp b/libcxx/src/system_error.cpp index aa870e4..2e12aa8 100644 --- a/libcxx/src/system_error.cpp +++ b/libcxx/src/system_error.cpp @@ -1,6 +1,6 @@ //===---------------------- system_error.cpp ------------------------------===// // -// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚ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/src/thread.cpp b/libcxx/src/thread.cpp index ce39187..4a7904dc 100644 --- a/libcxx/src/thread.cpp +++ b/libcxx/src/thread.cpp @@ -1,6 +1,6 @@ //===------------------------- thread.cpp----------------------------------===// // -// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚ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/src/utility.cpp b/libcxx/src/utility.cpp index 81689b3..80f644a 100644 --- a/libcxx/src/utility.cpp +++ b/libcxx/src/utility.cpp @@ -1,6 +1,6 @@ //===------------------------ utility.cpp ---------------------------------===// // -// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚ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/src/valarray.cpp b/libcxx/src/valarray.cpp index ff3406f..9e61f67 100644 --- a/libcxx/src/valarray.cpp +++ b/libcxx/src/valarray.cpp @@ -1,6 +1,6 @@ //===------------------------ valarray.cpp --------------------------------===// // -// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚ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. |