summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCasey Carter <Casey@Carter.net>2019-10-14 18:00:34 +0000
committerCasey Carter <Casey@Carter.net>2019-10-14 18:00:34 +0000
commitc86ba58188332c5482150bf337696888cf91355c (patch)
treec2e7847d9635b2eedf13844bd92a76b5f850b328
parent0b33417cd40989899bef923754acec394d5c3f36 (diff)
downloadbcm5719-llvm-c86ba58188332c5482150bf337696888cf91355c.tar.gz
bcm5719-llvm-c86ba58188332c5482150bf337696888cf91355c.zip
[libc++][test] Add license headers to test/support/archetypes.*
Differential Revision: https://reviews.llvm.org/D68947 llvm-svn: 374797
-rw-r--r--libcxx/test/support/archetypes.h8
-rw-r--r--libcxx/test/support/archetypes.ipp7
2 files changed, 15 insertions, 0 deletions
diff --git a/libcxx/test/support/archetypes.h b/libcxx/test/support/archetypes.h
index 880c85d27b3..bf79c53b496 100644
--- a/libcxx/test/support/archetypes.h
+++ b/libcxx/test/support/archetypes.h
@@ -1,3 +1,11 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
#ifndef TEST_SUPPORT_ARCHETYPES_H
#define TEST_SUPPORT_ARCHETYPES_H
diff --git a/libcxx/test/support/archetypes.ipp b/libcxx/test/support/archetypes.ipp
index 943dcf9f5d8..faa5ccef6f0 100644
--- a/libcxx/test/support/archetypes.ipp
+++ b/libcxx/test/support/archetypes.ipp
@@ -1,3 +1,10 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
#ifndef DEFINE_BASE
#define DEFINE_BASE(Name) ::ArchetypeBases::NullBase
OpenPOWER on IntegriCloud