summaryrefslogtreecommitdiffstats
path: root/libcxx/test/strings
diff options
context:
space:
mode:
authorMarshall Clow <mclow.lists@gmail.com>2014-01-16 16:58:45 +0000
committerMarshall Clow <mclow.lists@gmail.com>2014-01-16 16:58:45 +0000
commit354d39cabcfc37ae29dc40009ed73f68a94013b6 (patch)
treeb43cc5a1bcdf5d1856f3d057712101d5dc336b22 /libcxx/test/strings
parent497332c05f2b46a0603e373022f3587c6d860dfd (diff)
downloadbcm5719-llvm-354d39cabcfc37ae29dc40009ed73f68a94013b6.tar.gz
bcm5719-llvm-354d39cabcfc37ae29dc40009ed73f68a94013b6.zip
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
Diffstat (limited to 'libcxx/test/strings')
-rw-r--r--libcxx/test/strings/basic.string/input_iterator.h9
-rw-r--r--libcxx/test/strings/basic.string/test_traits.h9
2 files changed, 18 insertions, 0 deletions
diff --git a/libcxx/test/strings/basic.string/input_iterator.h b/libcxx/test/strings/basic.string/input_iterator.h
index 37939a2e29a..fa6bb80a149 100644
--- a/libcxx/test/strings/basic.string/input_iterator.h
+++ b/libcxx/test/strings/basic.string/input_iterator.h
@@ -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.
+//
+//===----------------------------------------------------------------------===//
+
#ifndef INPUT_ITERATOR_H
#define INPUT_ITERATOR_H
diff --git a/libcxx/test/strings/basic.string/test_traits.h b/libcxx/test/strings/basic.string/test_traits.h
index 45268f7215b..f635b1d7516 100644
--- a/libcxx/test/strings/basic.string/test_traits.h
+++ b/libcxx/test/strings/basic.string/test_traits.h
@@ -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.
+//
+//===----------------------------------------------------------------------===//
+
#ifndef TEST_TRAITS_H
#define TEST_TRAITS_H
OpenPOWER on IntegriCloud