00-future-2023-11-11-license-typo-acb9156266206d53134e986bb4481b900bc4db75.patch 615 B

123456789101112
  1. diff --git a/include/__algorithm/ranges_equal_range.h b/include/__algorithm/ranges_equal_range.h
  2. index ed78cf3..1ff8856 100644
  3. --- a/include/__algorithm/ranges_equal_range.h
  4. +++ b/include/__algorithm/ranges_equal_range.h
  5. @@ -1,6 +1,6 @@
  6. //===----------------------------------------------------------------------===//
  7. //
  8. -// Part of the LLVM __project, under the Apache License v2.0 with LLVM Exceptions.
  9. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
  10. // See https://llvm.org/LICENSE.txt for license information.
  11. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  12. //