Skip to content

Commit

Permalink
Wiped out some non-ascii characters that snuck into the copyright.
Browse files Browse the repository at this point in the history
llvm-svn: 103516
  • Loading branch information
Howard Hinnant committed May 11, 2010
1 parent 0547ad3 commit 5b08a8a
Show file tree
Hide file tree
Showing 3,670 changed files with 3,684 additions and 3,684 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion libcxx/include/__bit_reference
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libcxx/include/__config
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libcxx/include/__functional_03
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libcxx/include/__functional_base
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libcxx/include/__functional_base_03
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libcxx/include/__hash_table
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libcxx/include/__locale
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libcxx/include/__mutex_base
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libcxx/include/__sso_allocator
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions libcxx/include/__std_stream
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -179,7 +179,7 @@ __stdinbuf<_CharT>::pbackfail(int_type __c)
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
Expand Down
2 changes: 1 addition & 1 deletion libcxx/include/__tree
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libcxx/include/__tuple
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libcxx/include/__tuple_03
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libcxx/include/algorithm
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libcxx/include/array
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libcxx/include/bitset
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libcxx/include/cassert
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libcxx/include/ccomplex
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libcxx/include/cctype
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libcxx/include/cerrno
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libcxx/include/cfenv
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libcxx/include/cfloat
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libcxx/include/chrono
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libcxx/include/cinttypes
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libcxx/include/ciso646
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libcxx/include/climits
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libcxx/include/clocale
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libcxx/include/cmath
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libcxx/include/complex
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libcxx/include/complex.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libcxx/include/condition_variable
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libcxx/include/csetjmp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libcxx/include/csignal
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libcxx/include/cstdarg
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libcxx/include/cstdbool
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libcxx/include/cstddef
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libcxx/include/cstdint
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libcxx/include/cstdio
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libcxx/include/cstdlib
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libcxx/include/cstring
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libcxx/include/ctgmath
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libcxx/include/ctime
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libcxx/include/cwchar
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Loading

0 comments on commit 5b08a8a

Please sign in to comment.