diff options
author | Casey Carter <Casey@Carter.net> | 2019-10-14 18:00:34 +0000 |
---|---|---|
committer | Casey Carter <Casey@Carter.net> | 2019-10-14 18:00:34 +0000 |
commit | c86ba58188332c5482150bf337696888cf91355c (patch) | |
tree | c2e7847d9635b2eedf13844bd92a76b5f850b328 | |
parent | 0b33417cd40989899bef923754acec394d5c3f36 (diff) | |
download | bcm5719-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.h | 8 | ||||
-rw-r--r-- | libcxx/test/support/archetypes.ipp | 7 |
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 |