summaryrefslogtreecommitdiffstats
path: root/libcxx/test/atomics
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/test/atomics')
-rw-r--r--libcxx/test/atomics/atomics.flag/atomic_flag_clear.pass.cpp4
-rw-r--r--libcxx/test/atomics/atomics.flag/atomic_flag_clear_explicit.pass.cpp4
-rw-r--r--libcxx/test/atomics/atomics.flag/atomic_flag_test_and_set.pass.cpp4
-rw-r--r--libcxx/test/atomics/atomics.flag/atomic_flag_test_and_set_explicit.pass.cpp4
-rw-r--r--libcxx/test/atomics/atomics.flag/clear.pass.cpp4
-rw-r--r--libcxx/test/atomics/atomics.flag/copy_assign.fail.cpp4
-rw-r--r--libcxx/test/atomics/atomics.flag/copy_ctor.fail.cpp4
-rw-r--r--libcxx/test/atomics/atomics.flag/copy_volatile_assign.fail.cpp4
-rw-r--r--libcxx/test/atomics/atomics.flag/default.pass.cpp4
-rw-r--r--libcxx/test/atomics/atomics.flag/init.pass.cpp4
-rw-r--r--libcxx/test/atomics/atomics.flag/test_and_set.pass.cpp4
-rw-r--r--libcxx/test/atomics/atomics.general/nothing_to_do.pass.cpp4
-rw-r--r--libcxx/test/atomics/atomics.order/kill_dependency.pass.cpp4
-rw-r--r--libcxx/test/atomics/atomics.order/memory_order.pass.cpp4
-rw-r--r--libcxx/test/atomics/atomics.syn/nothing_to_do.pass.cpp4
-rw-r--r--libcxx/test/atomics/atomics.types/atomics.types.address/address.pass.cpp4
-rw-r--r--libcxx/test/atomics/atomics.types/atomics.types.integral/bool.pass.cpp4
-rw-r--r--libcxx/test/atomics/atomics.types/atomics.types.integral/integral.pass.cpp4
-rw-r--r--libcxx/test/atomics/atomics.types/nothing_to_do.pass.cpp4
-rw-r--r--libcxx/test/atomics/version.pass.cpp4
20 files changed, 40 insertions, 40 deletions
diff --git a/libcxx/test/atomics/atomics.flag/atomic_flag_clear.pass.cpp b/libcxx/test/atomics/atomics.flag/atomic_flag_clear.pass.cpp
index 9c52bcc2dd9..12be67c4f18 100644
--- a/libcxx/test/atomics/atomics.flag/atomic_flag_clear.pass.cpp
+++ b/libcxx/test/atomics/atomics.flag/atomic_flag_clear.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/atomics/atomics.flag/atomic_flag_clear_explicit.pass.cpp b/libcxx/test/atomics/atomics.flag/atomic_flag_clear_explicit.pass.cpp
index 61f5fd80723..f1065dc544f 100644
--- a/libcxx/test/atomics/atomics.flag/atomic_flag_clear_explicit.pass.cpp
+++ b/libcxx/test/atomics/atomics.flag/atomic_flag_clear_explicit.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/atomics/atomics.flag/atomic_flag_test_and_set.pass.cpp b/libcxx/test/atomics/atomics.flag/atomic_flag_test_and_set.pass.cpp
index e89e5607c8b..e3934d856f5 100644
--- a/libcxx/test/atomics/atomics.flag/atomic_flag_test_and_set.pass.cpp
+++ b/libcxx/test/atomics/atomics.flag/atomic_flag_test_and_set.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/atomics/atomics.flag/atomic_flag_test_and_set_explicit.pass.cpp b/libcxx/test/atomics/atomics.flag/atomic_flag_test_and_set_explicit.pass.cpp
index f98a4cf4bfc..83ee78ddea7 100644
--- a/libcxx/test/atomics/atomics.flag/atomic_flag_test_and_set_explicit.pass.cpp
+++ b/libcxx/test/atomics/atomics.flag/atomic_flag_test_and_set_explicit.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/atomics/atomics.flag/clear.pass.cpp b/libcxx/test/atomics/atomics.flag/clear.pass.cpp
index f019290ce4d..171f03812ab 100644
--- a/libcxx/test/atomics/atomics.flag/clear.pass.cpp
+++ b/libcxx/test/atomics/atomics.flag/clear.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/atomics/atomics.flag/copy_assign.fail.cpp b/libcxx/test/atomics/atomics.flag/copy_assign.fail.cpp
index 9d64a506717..762e3a89544 100644
--- a/libcxx/test/atomics/atomics.flag/copy_assign.fail.cpp
+++ b/libcxx/test/atomics/atomics.flag/copy_assign.fail.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/atomics/atomics.flag/copy_ctor.fail.cpp b/libcxx/test/atomics/atomics.flag/copy_ctor.fail.cpp
index 169ace6d59e..8d6a8653753 100644
--- a/libcxx/test/atomics/atomics.flag/copy_ctor.fail.cpp
+++ b/libcxx/test/atomics/atomics.flag/copy_ctor.fail.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/atomics/atomics.flag/copy_volatile_assign.fail.cpp b/libcxx/test/atomics/atomics.flag/copy_volatile_assign.fail.cpp
index 3ceacb67d1c..c58c7555439 100644
--- a/libcxx/test/atomics/atomics.flag/copy_volatile_assign.fail.cpp
+++ b/libcxx/test/atomics/atomics.flag/copy_volatile_assign.fail.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/atomics/atomics.flag/default.pass.cpp b/libcxx/test/atomics/atomics.flag/default.pass.cpp
index c882e03d67a..489e3d2b8f8 100644
--- a/libcxx/test/atomics/atomics.flag/default.pass.cpp
+++ b/libcxx/test/atomics/atomics.flag/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/atomics/atomics.flag/init.pass.cpp b/libcxx/test/atomics/atomics.flag/init.pass.cpp
index 24cb85471fe..8a67e14e33c 100644
--- a/libcxx/test/atomics/atomics.flag/init.pass.cpp
+++ b/libcxx/test/atomics/atomics.flag/init.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/atomics/atomics.flag/test_and_set.pass.cpp b/libcxx/test/atomics/atomics.flag/test_and_set.pass.cpp
index 5bdd32da590..24052754d19 100644
--- a/libcxx/test/atomics/atomics.flag/test_and_set.pass.cpp
+++ b/libcxx/test/atomics/atomics.flag/test_and_set.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/atomics/atomics.general/nothing_to_do.pass.cpp b/libcxx/test/atomics/atomics.general/nothing_to_do.pass.cpp
index 256c0e2a21d..9a59227abdd 100644
--- a/libcxx/test/atomics/atomics.general/nothing_to_do.pass.cpp
+++ b/libcxx/test/atomics/atomics.general/nothing_to_do.pass.cpp
@@ -3,8 +3,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/atomics/atomics.order/kill_dependency.pass.cpp b/libcxx/test/atomics/atomics.order/kill_dependency.pass.cpp
index f51b0f54461..1beeb08e80c 100644
--- a/libcxx/test/atomics/atomics.order/kill_dependency.pass.cpp
+++ b/libcxx/test/atomics/atomics.order/kill_dependency.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/atomics/atomics.order/memory_order.pass.cpp b/libcxx/test/atomics/atomics.order/memory_order.pass.cpp
index 9650d45bfa6..82893044631 100644
--- a/libcxx/test/atomics/atomics.order/memory_order.pass.cpp
+++ b/libcxx/test/atomics/atomics.order/memory_order.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/atomics/atomics.syn/nothing_to_do.pass.cpp b/libcxx/test/atomics/atomics.syn/nothing_to_do.pass.cpp
index 256c0e2a21d..9a59227abdd 100644
--- a/libcxx/test/atomics/atomics.syn/nothing_to_do.pass.cpp
+++ b/libcxx/test/atomics/atomics.syn/nothing_to_do.pass.cpp
@@ -3,8 +3,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/atomics/atomics.types/atomics.types.address/address.pass.cpp b/libcxx/test/atomics/atomics.types/atomics.types.address/address.pass.cpp
index e3eb77991aa..2c0d7f46204 100644
--- a/libcxx/test/atomics/atomics.types/atomics.types.address/address.pass.cpp
+++ b/libcxx/test/atomics/atomics.types/atomics.types.address/address.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/atomics/atomics.types/atomics.types.integral/bool.pass.cpp b/libcxx/test/atomics/atomics.types/atomics.types.integral/bool.pass.cpp
index 8c8b731ff06..3e0cd603dd5 100644
--- a/libcxx/test/atomics/atomics.types/atomics.types.integral/bool.pass.cpp
+++ b/libcxx/test/atomics/atomics.types/atomics.types.integral/bool.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/atomics/atomics.types/atomics.types.integral/integral.pass.cpp b/libcxx/test/atomics/atomics.types/atomics.types.integral/integral.pass.cpp
index fb7abc5a307..7fa61f785e8 100644
--- a/libcxx/test/atomics/atomics.types/atomics.types.integral/integral.pass.cpp
+++ b/libcxx/test/atomics/atomics.types/atomics.types.integral/integral.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/atomics/atomics.types/nothing_to_do.pass.cpp b/libcxx/test/atomics/atomics.types/nothing_to_do.pass.cpp
index 256c0e2a21d..9a59227abdd 100644
--- a/libcxx/test/atomics/atomics.types/nothing_to_do.pass.cpp
+++ b/libcxx/test/atomics/atomics.types/nothing_to_do.pass.cpp
@@ -3,8 +3,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/atomics/version.pass.cpp b/libcxx/test/atomics/version.pass.cpp
index 283b5df305a..85c42704e0d 100644
--- a/libcxx/test/atomics/version.pass.cpp
+++ b/libcxx/test/atomics/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