Skip to content

Commit 266beab

Browse files
committed
Apply the Beman Standard: FILE.LICENSE_ID
1 parent add4a25 commit 266beab

23 files changed

+104
-126
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
# Codeowners for reviews on PRs
1+
# .github/CODEOWNERS
2+
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
23

4+
# Codeowners for reviews on PRs
35
* @camio @neatudarius @steve-downey

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# .github/workflows/ci.yml -*-yaml-*-
2+
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
3+
14
name: CI Tests
25
on:
36
workflow_dispatch:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# beman.iterator\_interface: iterator creation mechanisms
2-
31
<!--
42
SPDX-License-Identifier: 2.0 license with LLVM exceptions
53
-->
64

5+
# beman.iterator\_interface: iterator creation mechanisms
6+
77
**Implements**:
88
* [`std::iterator_interface` (P2727)](https://wg21.link/P2727)
99

cmake/CompilerFeatureTest.cmake

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# cmake-format: off
2+
# cmake/CompilerFeatureTest.cmake -*-makefile-*-
3+
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4+
# cmake-format: on
5+
16
# Functions that determine compiler capabilities
27

38
include(CheckCXXSourceCompiles)

cmake/Config.cmake.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# cmake-format: off
2+
# cmake/Config.cmake.in -*-makefile-*-
3+
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4+
# cmake-format: on
5+
16
@PACKAGE_INIT@
27

38
include("${CMAKE_CURRENT_LIST_DIR}/@[email protected]")

etc/ci-clang-toolchain.cmake

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# cmake-format: off
2+
# etc/ci-clang-toolchain.cmake -*-makefile-*-
3+
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4+
# cmake-format: on
5+
16
include_guard(GLOBAL)
27

38
set(CMAKE_C_COMPILER clang)

etc/clang-16-toolchain.cmake

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# cmake-format: off
2+
# etc/clang-16-toolchain.cmake -*-makefile-*-
3+
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4+
# cmake-format: on
5+
16
include_guard(GLOBAL)
27

38
set(CMAKE_C_COMPILER clang-16)

etc/clang-17-toolchain.cmake

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# cmake-format: off
2+
# etc/clang-17-toolchain.cmake -*-makefile-*-
3+
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4+
# cmake-format: on
5+
16
include_guard(GLOBAL)
27

38
set(CMAKE_C_COMPILER clang-17)

etc/clang-18-toolchain.cmake

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# cmake-format: off
2+
# etc/clang-18-toolchain.cmake -*-makefile-*-
3+
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4+
# cmake-format: on
5+
16
include_guard(GLOBAL)
27

38
set(CMAKE_C_COMPILER clang-18)

etc/clang-19-toolchain.cmake

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# cmake-format: off
2+
# etc/clang-19-toolchain.cmake -*-makefile-*-
3+
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4+
# cmake-format: on
5+
16
include_guard(GLOBAL)
27

38
set(CMAKE_C_COMPILER clang-19)

0 commit comments

Comments
 (0)