summaryrefslogtreecommitdiffstats
path: root/libcxx/test/language.support/support.runtime
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/test/language.support/support.runtime')
-rw-r--r--libcxx/test/language.support/support.runtime/csetjmp.pass.cpp4
-rw-r--r--libcxx/test/language.support/support.runtime/csignal.pass.cpp4
-rw-r--r--libcxx/test/language.support/support.runtime/cstdarg.pass.cpp4
-rw-r--r--libcxx/test/language.support/support.runtime/cstdbool.pass.cpp4
-rw-r--r--libcxx/test/language.support/support.runtime/cstdlib.pass.cpp4
-rw-r--r--libcxx/test/language.support/support.runtime/ctime.pass.cpp4
-rw-r--r--libcxx/test/language.support/support.runtime/version_csetjmp.pass.cpp4
-rw-r--r--libcxx/test/language.support/support.runtime/version_csignal.pass.cpp4
-rw-r--r--libcxx/test/language.support/support.runtime/version_cstdarg.pass.cpp4
-rw-r--r--libcxx/test/language.support/support.runtime/version_cstdbool.pass.cpp4
-rw-r--r--libcxx/test/language.support/support.runtime/version_cstdlib.pass.cpp4
-rw-r--r--libcxx/test/language.support/support.runtime/version_ctime.pass.cpp4
12 files changed, 24 insertions, 24 deletions
diff --git a/libcxx/test/language.support/support.runtime/csetjmp.pass.cpp b/libcxx/test/language.support/support.runtime/csetjmp.pass.cpp
index 79e76e4b944..a54f67b8f51 100644
--- a/libcxx/test/language.support/support.runtime/csetjmp.pass.cpp
+++ b/libcxx/test/language.support/support.runtime/csetjmp.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.runtime/csignal.pass.cpp b/libcxx/test/language.support/support.runtime/csignal.pass.cpp
index 37bcee26f2d..717347df7f0 100644
--- a/libcxx/test/language.support/support.runtime/csignal.pass.cpp
+++ b/libcxx/test/language.support/support.runtime/csignal.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.runtime/cstdarg.pass.cpp b/libcxx/test/language.support/support.runtime/cstdarg.pass.cpp
index 0290b6699df..00baf8029c5 100644
--- a/libcxx/test/language.support/support.runtime/cstdarg.pass.cpp
+++ b/libcxx/test/language.support/support.runtime/cstdarg.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.runtime/cstdbool.pass.cpp b/libcxx/test/language.support/support.runtime/cstdbool.pass.cpp
index c677950c0e5..f52c1556feb 100644
--- a/libcxx/test/language.support/support.runtime/cstdbool.pass.cpp
+++ b/libcxx/test/language.support/support.runtime/cstdbool.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.runtime/cstdlib.pass.cpp b/libcxx/test/language.support/support.runtime/cstdlib.pass.cpp
index d3579d31ece..e14e70e34e4 100644
--- a/libcxx/test/language.support/support.runtime/cstdlib.pass.cpp
+++ b/libcxx/test/language.support/support.runtime/cstdlib.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.runtime/ctime.pass.cpp b/libcxx/test/language.support/support.runtime/ctime.pass.cpp
index 6540edbc024..495d6eb2c66 100644
--- a/libcxx/test/language.support/support.runtime/ctime.pass.cpp
+++ b/libcxx/test/language.support/support.runtime/ctime.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.runtime/version_csetjmp.pass.cpp b/libcxx/test/language.support/support.runtime/version_csetjmp.pass.cpp
index 71db90a5bc0..7e37716d014 100644
--- a/libcxx/test/language.support/support.runtime/version_csetjmp.pass.cpp
+++ b/libcxx/test/language.support/support.runtime/version_csetjmp.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.runtime/version_csignal.pass.cpp b/libcxx/test/language.support/support.runtime/version_csignal.pass.cpp
index e8f7042d334..be1045f1eb3 100644
--- a/libcxx/test/language.support/support.runtime/version_csignal.pass.cpp
+++ b/libcxx/test/language.support/support.runtime/version_csignal.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.runtime/version_cstdarg.pass.cpp b/libcxx/test/language.support/support.runtime/version_cstdarg.pass.cpp
index 6ddc762c177..f3ca9389b15 100644
--- a/libcxx/test/language.support/support.runtime/version_cstdarg.pass.cpp
+++ b/libcxx/test/language.support/support.runtime/version_cstdarg.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.runtime/version_cstdbool.pass.cpp b/libcxx/test/language.support/support.runtime/version_cstdbool.pass.cpp
index e95e436d845..0415227e58e 100644
--- a/libcxx/test/language.support/support.runtime/version_cstdbool.pass.cpp
+++ b/libcxx/test/language.support/support.runtime/version_cstdbool.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.runtime/version_cstdlib.pass.cpp b/libcxx/test/language.support/support.runtime/version_cstdlib.pass.cpp
index f09a8ae8756..db419524f57 100644
--- a/libcxx/test/language.support/support.runtime/version_cstdlib.pass.cpp
+++ b/libcxx/test/language.support/support.runtime/version_cstdlib.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.runtime/version_ctime.pass.cpp b/libcxx/test/language.support/support.runtime/version_ctime.pass.cpp
index 90919c436e4..ce0bf2cf185 100644
--- a/libcxx/test/language.support/support.runtime/version_ctime.pass.cpp
+++ b/libcxx/test/language.support/support.runtime/version_ctime.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