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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)