Add license headers to a bunch of libc++ files that were missing them. No functionality change. Fixes 18291. Thanks to Nico for the bug report and the patch.
llvm-svn: 199400
diff --git a/libcxx/test/utilities/function.objects/arithmetic.operations/transparent.pass.cpp b/libcxx/test/utilities/function.objects/arithmetic.operations/transparent.pass.cpp
index 43e2e21..72b4b4a 100644
--- a/libcxx/test/utilities/function.objects/arithmetic.operations/transparent.pass.cpp
+++ b/libcxx/test/utilities/function.objects/arithmetic.operations/transparent.pass.cpp
@@ -1,3 +1,12 @@
+//===----------------------------------------------------------------------===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
#include <functional>
#include <string>
diff --git a/libcxx/test/utilities/function.objects/bitwise.operations/transparent.pass.cpp b/libcxx/test/utilities/function.objects/bitwise.operations/transparent.pass.cpp
index 91d263e..9f8e15d 100644
--- a/libcxx/test/utilities/function.objects/bitwise.operations/transparent.pass.cpp
+++ b/libcxx/test/utilities/function.objects/bitwise.operations/transparent.pass.cpp
@@ -1,3 +1,12 @@
+//===----------------------------------------------------------------------===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
#include <functional>
#include <string>
diff --git a/libcxx/test/utilities/function.objects/comparisons/transparent.pass.cpp b/libcxx/test/utilities/function.objects/comparisons/transparent.pass.cpp
index 516b3644..41ce4bc 100644
--- a/libcxx/test/utilities/function.objects/comparisons/transparent.pass.cpp
+++ b/libcxx/test/utilities/function.objects/comparisons/transparent.pass.cpp
@@ -1,3 +1,12 @@
+//===----------------------------------------------------------------------===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
#include <functional>
#include <string>
diff --git a/libcxx/test/utilities/function.objects/logical.operations/transparent.pass.cpp b/libcxx/test/utilities/function.objects/logical.operations/transparent.pass.cpp
index 5b3e187..6e3b7a2 100644
--- a/libcxx/test/utilities/function.objects/logical.operations/transparent.pass.cpp
+++ b/libcxx/test/utilities/function.objects/logical.operations/transparent.pass.cpp
@@ -1,3 +1,12 @@
+//===----------------------------------------------------------------------===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
#include <functional>
#include <string>