[libcxx-commits] [libcxx] r374797 - [libc++][test] Add license headers to test/support/archetypes.*
Casey Carter via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Oct 14 11:00:35 PDT 2019
Author: caseycarter
Date: Mon Oct 14 11:00:34 2019
New Revision: 374797
URL: http://llvm.org/viewvc/llvm-project?rev=374797&view=rev
Log:
[libc++][test] Add license headers to test/support/archetypes.*
Differential Revision: https://reviews.llvm.org/D68947
Modified:
libcxx/trunk/test/support/archetypes.h
libcxx/trunk/test/support/archetypes.ipp
Modified: libcxx/trunk/test/support/archetypes.h
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/support/archetypes.h?rev=374797&r1=374796&r2=374797&view=diff
==============================================================================
--- libcxx/trunk/test/support/archetypes.h (original)
+++ libcxx/trunk/test/support/archetypes.h Mon Oct 14 11:00:34 2019
@@ -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
Modified: libcxx/trunk/test/support/archetypes.ipp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/support/archetypes.ipp?rev=374797&r1=374796&r2=374797&view=diff
==============================================================================
--- libcxx/trunk/test/support/archetypes.ipp (original)
+++ libcxx/trunk/test/support/archetypes.ipp Mon Oct 14 11:00:34 2019
@@ -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
More information about the libcxx-commits
mailing list