[libcxx-commits] [libcxx] 51af4fd - [libc++][NFC] Add missing license to test file
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Aug 8 10:33:03 PDT 2023
Author: Louis Dionne
Date: 2023-08-08T13:32:56-04:00
New Revision: 51af4fddf4ec063c24dff11b6fade2d96fb300ba
URL: https://github.com/llvm/llvm-project/commit/51af4fddf4ec063c24dff11b6fade2d96fb300ba
DIFF: https://github.com/llvm/llvm-project/commit/51af4fddf4ec063c24dff11b6fade2d96fb300ba.diff
LOG: [libc++][NFC] Add missing license to test file
Added:
Modified:
libcxx/test/std/input.output/iostream.format/print.fun/no_file_description.pass.cpp
Removed:
################################################################################
diff --git a/libcxx/test/std/input.output/iostream.format/print.fun/no_file_description.pass.cpp b/libcxx/test/std/input.output/iostream.format/print.fun/no_file_description.pass.cpp
index 9b418c1eeebb68..ee23f728465de0 100644
--- a/libcxx/test/std/input.output/iostream.format/print.fun/no_file_description.pass.cpp
+++ b/libcxx/test/std/input.output/iostream.format/print.fun/no_file_description.pass.cpp
@@ -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
+//
+//===----------------------------------------------------------------------===//
+
// UNSUPPORTED: c++03, c++11, c++14, c++17, c++20
// UNSUPPORTED: no-filesystem
// UNSUPPORTED: GCC-ALWAYS_INLINE-FIXME
More information about the libcxx-commits
mailing list