diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/BUILD.bazel | 4 | ||||
-rw-r--r-- | tools/fix_line_endings.py | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/tools/BUILD.bazel b/tools/BUILD.bazel index 3ed500a..b517e1f 100644 --- a/tools/BUILD.bazel +++ b/tools/BUILD.bazel @@ -1,3 +1,7 @@ +# Copyright 2025 Steven Le Rouzic +# +# SPDX-License-Identifier: BSD-3-Clause + load("@rules_python//python:py_binary.bzl", "py_binary") py_binary( diff --git a/tools/fix_line_endings.py b/tools/fix_line_endings.py index ce6cf4b..3a8aed6 100644 --- a/tools/fix_line_endings.py +++ b/tools/fix_line_endings.py @@ -1,3 +1,7 @@ +# Copyright 2025 Steven Le Rouzic +# +# SPDX-License-Identifier: BSD-3-Clause + import os import subprocess import glob |