summaryrefslogtreecommitdiffstats
path: root/libcxx/test/language.support/support.exception/except.nested
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/test/language.support/support.exception/except.nested')
-rw-r--r--libcxx/test/language.support/support.exception/except.nested/assign.pass.cpp4
-rw-r--r--libcxx/test/language.support/support.exception/except.nested/ctor_copy.pass.cpp4
-rw-r--r--libcxx/test/language.support/support.exception/except.nested/ctor_default.pass.cpp4
-rw-r--r--libcxx/test/language.support/support.exception/except.nested/rethrow_if_nested.pass.cpp4
-rw-r--r--libcxx/test/language.support/support.exception/except.nested/rethrow_nested.pass.cpp4
-rw-r--r--libcxx/test/language.support/support.exception/except.nested/throw_with_nested.pass.cpp4
6 files changed, 12 insertions, 12 deletions
diff --git a/libcxx/test/language.support/support.exception/except.nested/assign.pass.cpp b/libcxx/test/language.support/support.exception/except.nested/assign.pass.cpp
index e4355488201..cbe303c570d 100644
--- a/libcxx/test/language.support/support.exception/except.nested/assign.pass.cpp
+++ b/libcxx/test/language.support/support.exception/except.nested/assign.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/except.nested/ctor_copy.pass.cpp b/libcxx/test/language.support/support.exception/except.nested/ctor_copy.pass.cpp
index e8105b2335c..bfa13707a97 100644
--- a/libcxx/test/language.support/support.exception/except.nested/ctor_copy.pass.cpp
+++ b/libcxx/test/language.support/support.exception/except.nested/ctor_copy.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/except.nested/ctor_default.pass.cpp b/libcxx/test/language.support/support.exception/except.nested/ctor_default.pass.cpp
index 26b45087683..1422f770eca 100644
--- a/libcxx/test/language.support/support.exception/except.nested/ctor_default.pass.cpp
+++ b/libcxx/test/language.support/support.exception/except.nested/ctor_default.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/except.nested/rethrow_if_nested.pass.cpp b/libcxx/test/language.support/support.exception/except.nested/rethrow_if_nested.pass.cpp
index fe0c2a07a8b..e18a073b94a 100644
--- a/libcxx/test/language.support/support.exception/except.nested/rethrow_if_nested.pass.cpp
+++ b/libcxx/test/language.support/support.exception/except.nested/rethrow_if_nested.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/except.nested/rethrow_nested.pass.cpp b/libcxx/test/language.support/support.exception/except.nested/rethrow_nested.pass.cpp
index ff55d11c983..b07269061b4 100644
--- a/libcxx/test/language.support/support.exception/except.nested/rethrow_nested.pass.cpp
+++ b/libcxx/test/language.support/support.exception/except.nested/rethrow_nested.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/except.nested/throw_with_nested.pass.cpp b/libcxx/test/language.support/support.exception/except.nested/throw_with_nested.pass.cpp
index 35d1916223a..887264a5c6f 100644
--- a/libcxx/test/language.support/support.exception/except.nested/throw_with_nested.pass.cpp
+++ b/libcxx/test/language.support/support.exception/except.nested/throw_with_nested.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.
//
//===----------------------------------------------------------------------===//
OpenPOWER on IntegriCloud