diff options
Diffstat (limited to 'libcxx/test/language.support/support.exception/propagation')
4 files changed, 8 insertions, 8 deletions
diff --git a/libcxx/test/language.support/support.exception/propagation/current_exception.pass.cpp b/libcxx/test/language.support/support.exception/propagation/current_exception.pass.cpp index 002df36051c..9ff0d6e2ce4 100644 --- a/libcxx/test/language.support/support.exception/propagation/current_exception.pass.cpp +++ b/libcxx/test/language.support/support.exception/propagation/current_exception.pass.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/libcxx/test/language.support/support.exception/propagation/exception_ptr.pass.cpp b/libcxx/test/language.support/support.exception/propagation/exception_ptr.pass.cpp index 01a94dcf85f..3aa8dcf55bb 100644 --- a/libcxx/test/language.support/support.exception/propagation/exception_ptr.pass.cpp +++ b/libcxx/test/language.support/support.exception/propagation/exception_ptr.pass.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/libcxx/test/language.support/support.exception/propagation/make_exception_ptr.pass.cpp b/libcxx/test/language.support/support.exception/propagation/make_exception_ptr.pass.cpp index 40d4998dfcc..89c9f85d381 100644 --- a/libcxx/test/language.support/support.exception/propagation/make_exception_ptr.pass.cpp +++ b/libcxx/test/language.support/support.exception/propagation/make_exception_ptr.pass.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/libcxx/test/language.support/support.exception/propagation/rethrow_exception.pass.cpp b/libcxx/test/language.support/support.exception/propagation/rethrow_exception.pass.cpp index 75d0ef73fc6..e47a5989d41 100644 --- a/libcxx/test/language.support/support.exception/propagation/rethrow_exception.pass.cpp +++ b/libcxx/test/language.support/support.exception/propagation/rethrow_exception.pass.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. // //===----------------------------------------------------------------------===// |