[libcxx-commits] [libcxx] d7bd62a - [libcxx][nfc] Add license to `pointer_comparison_test_helper.h`

via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 23 12:38:28 PDT 2021


Author: zoecarver
Date: 2021-04-23T12:37:47-07:00
New Revision: d7bd62a64e440366eaebde75f202f7f737c77507

URL: https://github.com/llvm/llvm-project/commit/d7bd62a64e440366eaebde75f202f7f737c77507
DIFF: https://github.com/llvm/llvm-project/commit/d7bd62a64e440366eaebde75f202f7f737c77507.diff

LOG: [libcxx][nfc] Add license to `pointer_comparison_test_helper.h`

Added: 
    

Modified: 
    libcxx/test/support/pointer_comparison_test_helper.h

Removed: 
    


################################################################################
diff  --git a/libcxx/test/support/pointer_comparison_test_helper.h b/libcxx/test/support/pointer_comparison_test_helper.h
index c47d9ffd90bd3..938c3b99227ff 100644
--- a/libcxx/test/support/pointer_comparison_test_helper.h
+++ b/libcxx/test/support/pointer_comparison_test_helper.h
@@ -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 POINTER_COMPARISON_TEST_HELPER_H
 #define POINTER_COMPARISON_TEST_HELPER_H
 


        


More information about the libcxx-commits mailing list