summaryrefslogtreecommitdiffstats
path: root/libcxx/test/diagnostics/std.exceptions
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2010-11-16 22:09:02 +0000
committerHoward Hinnant <hhinnant@apple.com>2010-11-16 22:09:02 +0000
commit412dbebe1b8adb9d6c3365e3b076139c675d0e03 (patch)
treede4e92be49dcbccba1c617ab8f2cee2c4d08f077 /libcxx/test/diagnostics/std.exceptions
parent4e61b09a89d5ad48137b7c2655f24da020f408e7 (diff)
downloadbcm5719-llvm-412dbebe1b8adb9d6c3365e3b076139c675d0e03.tar.gz
bcm5719-llvm-412dbebe1b8adb9d6c3365e3b076139c675d0e03.zip
license change
llvm-svn: 119395
Diffstat (limited to 'libcxx/test/diagnostics/std.exceptions')
-rw-r--r--libcxx/test/diagnostics/std.exceptions/domain.error/domain_error.pass.cpp4
-rw-r--r--libcxx/test/diagnostics/std.exceptions/invalid.argument/invalid_argument.pass.cpp4
-rw-r--r--libcxx/test/diagnostics/std.exceptions/length.error/length_error.pass.cpp4
-rw-r--r--libcxx/test/diagnostics/std.exceptions/logic.error/logic_error.pass.cpp4
-rw-r--r--libcxx/test/diagnostics/std.exceptions/out.of.range/out_of_range.pass.cpp4
-rw-r--r--libcxx/test/diagnostics/std.exceptions/overflow.error/overflow_error.pass.cpp4
-rw-r--r--libcxx/test/diagnostics/std.exceptions/range.error/range_error.pass.cpp4
-rw-r--r--libcxx/test/diagnostics/std.exceptions/runtime.error/runtime_error.pass.cpp4
-rw-r--r--libcxx/test/diagnostics/std.exceptions/underflow.error/underflow_error.pass.cpp4
-rw-r--r--libcxx/test/diagnostics/std.exceptions/version.pass.cpp4
10 files changed, 20 insertions, 20 deletions
diff --git a/libcxx/test/diagnostics/std.exceptions/domain.error/domain_error.pass.cpp b/libcxx/test/diagnostics/std.exceptions/domain.error/domain_error.pass.cpp
index 4f44642e3e0..5769d250537 100644
--- a/libcxx/test/diagnostics/std.exceptions/domain.error/domain_error.pass.cpp
+++ b/libcxx/test/diagnostics/std.exceptions/domain.error/domain_error.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/diagnostics/std.exceptions/invalid.argument/invalid_argument.pass.cpp b/libcxx/test/diagnostics/std.exceptions/invalid.argument/invalid_argument.pass.cpp
index aaa1f6cf025..e360275a683 100644
--- a/libcxx/test/diagnostics/std.exceptions/invalid.argument/invalid_argument.pass.cpp
+++ b/libcxx/test/diagnostics/std.exceptions/invalid.argument/invalid_argument.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/diagnostics/std.exceptions/length.error/length_error.pass.cpp b/libcxx/test/diagnostics/std.exceptions/length.error/length_error.pass.cpp
index 945d0d380e7..3a9144121a0 100644
--- a/libcxx/test/diagnostics/std.exceptions/length.error/length_error.pass.cpp
+++ b/libcxx/test/diagnostics/std.exceptions/length.error/length_error.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/diagnostics/std.exceptions/logic.error/logic_error.pass.cpp b/libcxx/test/diagnostics/std.exceptions/logic.error/logic_error.pass.cpp
index be9645f88f2..3c3d4f4f971 100644
--- a/libcxx/test/diagnostics/std.exceptions/logic.error/logic_error.pass.cpp
+++ b/libcxx/test/diagnostics/std.exceptions/logic.error/logic_error.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/diagnostics/std.exceptions/out.of.range/out_of_range.pass.cpp b/libcxx/test/diagnostics/std.exceptions/out.of.range/out_of_range.pass.cpp
index 6dadf2923ff..f358d2b7652 100644
--- a/libcxx/test/diagnostics/std.exceptions/out.of.range/out_of_range.pass.cpp
+++ b/libcxx/test/diagnostics/std.exceptions/out.of.range/out_of_range.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/diagnostics/std.exceptions/overflow.error/overflow_error.pass.cpp b/libcxx/test/diagnostics/std.exceptions/overflow.error/overflow_error.pass.cpp
index 4e3d420fd24..47f75eb0f39 100644
--- a/libcxx/test/diagnostics/std.exceptions/overflow.error/overflow_error.pass.cpp
+++ b/libcxx/test/diagnostics/std.exceptions/overflow.error/overflow_error.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/diagnostics/std.exceptions/range.error/range_error.pass.cpp b/libcxx/test/diagnostics/std.exceptions/range.error/range_error.pass.cpp
index b0cafb01fe9..8c82a918921 100644
--- a/libcxx/test/diagnostics/std.exceptions/range.error/range_error.pass.cpp
+++ b/libcxx/test/diagnostics/std.exceptions/range.error/range_error.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/diagnostics/std.exceptions/runtime.error/runtime_error.pass.cpp b/libcxx/test/diagnostics/std.exceptions/runtime.error/runtime_error.pass.cpp
index fe7050be0a9..2b2fe20c662 100644
--- a/libcxx/test/diagnostics/std.exceptions/runtime.error/runtime_error.pass.cpp
+++ b/libcxx/test/diagnostics/std.exceptions/runtime.error/runtime_error.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/diagnostics/std.exceptions/underflow.error/underflow_error.pass.cpp b/libcxx/test/diagnostics/std.exceptions/underflow.error/underflow_error.pass.cpp
index 016519658b2..103c290ac40 100644
--- a/libcxx/test/diagnostics/std.exceptions/underflow.error/underflow_error.pass.cpp
+++ b/libcxx/test/diagnostics/std.exceptions/underflow.error/underflow_error.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/diagnostics/std.exceptions/version.pass.cpp b/libcxx/test/diagnostics/std.exceptions/version.pass.cpp
index 922224c14b3..d9ab009a436 100644
--- a/libcxx/test/diagnostics/std.exceptions/version.pass.cpp
+++ b/libcxx/test/diagnostics/std.exceptions/version.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