[libcxx-commits] [PATCH] D125346: Update file comment
Laramie Leavitt via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue May 10 16:08:59 PDT 2022
laramiel created this revision.
Herald added a project: All.
laramiel requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D125346
Files:
libcxx/benchmarks/random.bench.cpp
Index: libcxx/benchmarks/random.bench.cpp
===================================================================
--- libcxx/benchmarks/random.bench.cpp
+++ libcxx/benchmarks/random.bench.cpp
@@ -1,3 +1,9 @@
+//===----------------------------------------------------------------------===//
+// 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
+//
+//===----------------------------------------------------------------------===//
#include <algorithm>
#include <array>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125346.428528.patch
Type: text/x-patch
Size: 618 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220510/d6b99bf7/attachment.bin>
More information about the libcxx-commits
mailing list