Skip to content

Commit 5b08a8a

Browse files
author
Howard Hinnant
committed
Wiped out some non-ascii characters that snuck into the copyright.
llvm-svn: 103516
1 parent 0547ad3 commit 5b08a8a

File tree

3,670 files changed

+3684
-3684
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,670 files changed

+3684
-3684
lines changed

libcxx/include/__bit_reference

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===----------------------------------------------------------------------===//
33
//
4-
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.

libcxx/include/__config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===--------------------------- __config ---------------------------------===//
33
//
4-
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.

libcxx/include/__functional_03

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===----------------------------------------------------------------------===//
33
//
4-
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.

libcxx/include/__functional_base

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===----------------------------------------------------------------------===//
33
//
4-
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.

libcxx/include/__functional_base_03

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===----------------------------------------------------------------------===//
33
//
4-
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.

libcxx/include/__hash_table

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===----------------------------------------------------------------------===//
33
//
4-
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.

libcxx/include/__locale

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===----------------------------------------------------------------------===//
33
//
4-
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.

libcxx/include/__mutex_base

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===----------------------------------------------------------------------===//
33
//
4-
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.

libcxx/include/__sso_allocator

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===----------------------------------------------------------------------===//
33
//
4-
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.

libcxx/include/__std_stream

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===----------------------------------------------------------------------===//
33
//
4-
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.
@@ -179,7 +179,7 @@ __stdinbuf<_CharT>::pbackfail(int_type __c)
179179
while (__enxt > __extbuf)
180180
if (ungetc(*--__enxt, __file_) == EOF)
181181
return traits_type::eof();
182-
return traits_type::not_eof(__c);
182+
return traits_type::not_eof(__c);
183183
}
184184

185185
// __stdoutbuf

libcxx/include/__tree

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===----------------------------------------------------------------------===//
33
//
4-
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.

libcxx/include/__tuple

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===----------------------------------------------------------------------===//
33
//
4-
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.

libcxx/include/__tuple_03

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===----------------------------------------------------------------------===//
33
//
4-
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.

libcxx/include/algorithm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===-------------------------- algorithm ---------------------------------===//
33
//
4-
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.

libcxx/include/array

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===---------------------------- array -----------------------------------===//
33
//
4-
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.

libcxx/include/bitset

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===---------------------------- bitset ----------------------------------===//
33
//
4-
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.

libcxx/include/cassert

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===-------------------------- cassert -----------------------------------===//
33
//
4-
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.

libcxx/include/ccomplex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===--------------------------- ccomplex ---------------------------------===//
33
//
4-
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.

libcxx/include/cctype

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===---------------------------- cctype ----------------------------------===//
33
//
4-
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.

libcxx/include/cerrno

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===-------------------------- cerrno ------------------------------------===//
33
//
4-
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.

libcxx/include/cfenv

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===---------------------------- cctype ----------------------------------===//
33
//
4-
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.

libcxx/include/cfloat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===--------------------------- cfloat -----------------------------------===//
33
//
4-
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.

libcxx/include/chrono

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===---------------------------- chrono ----------------------------------===//
33
//
4-
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.

libcxx/include/cinttypes

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===--------------------------- cinttypes --------------------------------===//
33
//
4-
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.

libcxx/include/ciso646

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===--------------------------- ciso646 ----------------------------------===//
33
//
4-
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.

libcxx/include/climits

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===--------------------------- climits ----------------------------------===//
33
//
4-
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.

libcxx/include/clocale

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===--------------------------- clocale ----------------------------------===//
33
//
4-
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.

libcxx/include/cmath

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===---------------------------- cmath -----------------------------------===//
33
//
4-
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.

libcxx/include/complex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===--------------------------- complex ----------------------------------===//
33
//
4-
// ĘĘĘĘĘĘĘĘĘĘĘĘĘĘĘĘĘĘĘĘThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.

libcxx/include/complex.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===--------------------------- complex.h --------------------------------===//
33
//
4-
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.

libcxx/include/condition_variable

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===---------------------- condition_variable ----------------------------===//
33
//
4-
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.

libcxx/include/csetjmp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===--------------------------- csetjmp ----------------------------------===//
33
//
4-
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.

libcxx/include/csignal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===--------------------------- csignal ----------------------------------===//
33
//
4-
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.

libcxx/include/cstdarg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===--------------------------- cstdarg ----------------------------------===//
33
//
4-
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.

libcxx/include/cstdbool

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===--------------------------- cstdbool ---------------------------------===//
33
//
4-
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.

libcxx/include/cstddef

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===--------------------------- cstddef ----------------------------------===//
33
//
4-
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.

libcxx/include/cstdint

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===--------------------------- cstdint ----------------------------------===//
33
//
4-
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.

libcxx/include/cstdio

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===---------------------------- cstdio ----------------------------------===//
33
//
4-
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.

libcxx/include/cstdlib

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===--------------------------- cstdlib ----------------------------------===//
33
//
4-
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.

libcxx/include/cstring

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===--------------------------- cstring ----------------------------------===//
33
//
4-
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.

libcxx/include/ctgmath

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===-------------------------- ctgmath -----------------------------------===//
33
//
4-
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.

libcxx/include/ctime

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===---------------------------- ctime -----------------------------------===//
33
//
4-
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.

libcxx/include/cwchar

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- C++ -*-
22
//===--------------------------- cwchar -----------------------------------===//
33
//
4-
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
4+
// The LLVM Compiler Infrastructure
55
//
66
// This file is distributed under the University of Illinois Open Source
77
// License. See LICENSE.TXT for details.

0 commit comments

Comments
 (0)