license change git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@119395 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/src/algorithm.cpp b/src/algorithm.cpp index c688bae..6d5cf7c 100644 --- a/src/algorithm.cpp +++ b/src/algorithm.cpp
@@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===//
diff --git a/src/bind.cpp b/src/bind.cpp index 230715c..cab0b7c 100644 --- a/src/bind.cpp +++ b/src/bind.cpp
@@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===//
diff --git a/src/chrono.cpp b/src/chrono.cpp index dee6580..fe3c3f6 100644 --- a/src/chrono.cpp +++ b/src/chrono.cpp
@@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===//
diff --git a/src/condition_variable.cpp b/src/condition_variable.cpp index 6727a02..ca1dca3 100644 --- a/src/condition_variable.cpp +++ b/src/condition_variable.cpp
@@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===//
diff --git a/src/exception.cpp b/src/exception.cpp index fcf98af..1ab5a19 100644 --- a/src/exception.cpp +++ b/src/exception.cpp
@@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// #include <stdlib.h>
diff --git a/src/future.cpp b/src/future.cpp index f291fe5..3022818 100644 --- a/src/future.cpp +++ b/src/future.cpp
@@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===//
diff --git a/src/hash.cpp b/src/hash.cpp index 6bd9c3b..728b9bd 100644 --- a/src/hash.cpp +++ b/src/hash.cpp
@@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===//
diff --git a/src/ios.cpp b/src/ios.cpp index 808049c..f506e12 100644 --- a/src/ios.cpp +++ b/src/ios.cpp
@@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===//
diff --git a/src/iostream.cpp b/src/iostream.cpp index 6d54b9a..b4b29c8 100644 --- a/src/iostream.cpp +++ b/src/iostream.cpp
@@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===//
diff --git a/src/locale.cpp b/src/locale.cpp index ea944b5..344f8df 100644 --- a/src/locale.cpp +++ b/src/locale.cpp
@@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===//
diff --git a/src/memory.cpp b/src/memory.cpp index 5bbf48e..3e3e910 100644 --- a/src/memory.cpp +++ b/src/memory.cpp
@@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===//
diff --git a/src/mutex.cpp b/src/mutex.cpp index e187d8c..1681719 100644 --- a/src/mutex.cpp +++ b/src/mutex.cpp
@@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===//
diff --git a/src/new.cpp b/src/new.cpp index c0c9bf1..874ad6c 100644 --- a/src/new.cpp +++ b/src/new.cpp
@@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===//
diff --git a/src/random.cpp b/src/random.cpp index 5af8f46..eca97bc 100644 --- a/src/random.cpp +++ b/src/random.cpp
@@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===//
diff --git a/src/regex.cpp b/src/regex.cpp index 1a96377..9bc66a5 100644 --- a/src/regex.cpp +++ b/src/regex.cpp
@@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===//
diff --git a/src/stdexcept.cpp b/src/stdexcept.cpp index 316dff1..9d9b4d9 100644 --- a/src/stdexcept.cpp +++ b/src/stdexcept.cpp
@@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===//
diff --git a/src/string.cpp b/src/string.cpp index c1e6ab0..5eaed28 100644 --- a/src/string.cpp +++ b/src/string.cpp
@@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===//
diff --git a/src/strstream.cpp b/src/strstream.cpp index b93577f..8289d0e 100644 --- a/src/strstream.cpp +++ b/src/strstream.cpp
@@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===//
diff --git a/src/system_error.cpp b/src/system_error.cpp index 96881a4..2886a15 100644 --- a/src/system_error.cpp +++ b/src/system_error.cpp
@@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===//
diff --git a/src/thread.cpp b/src/thread.cpp index aa07513..15ab40e 100644 --- a/src/thread.cpp +++ b/src/thread.cpp
@@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===//
diff --git a/src/typeinfo.cpp b/src/typeinfo.cpp index b959fff..2dca96f 100644 --- a/src/typeinfo.cpp +++ b/src/typeinfo.cpp
@@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// #include <stdlib.h>
diff --git a/src/utility.cpp b/src/utility.cpp index 80f644a..7dccffb 100644 --- a/src/utility.cpp +++ b/src/utility.cpp
@@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===//
diff --git a/src/valarray.cpp b/src/valarray.cpp index 9e61f67..2d8db52 100644 --- a/src/valarray.cpp +++ b/src/valarray.cpp
@@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===//