| commit | 3f87fe0052442e51c6b2351df238500df073ea48 | [log] [tgz] |
|---|---|---|
| author | Chris Frantz <cfrantz@google.com> | Fri Nov 12 09:59:04 2021 -0800 |
| committer | cfrantz <frantzcj+github@gmail.com> | Tue Nov 23 13:06:29 2021 -0800 |
| tree | 3deaa01d51739457937c09b8cd162dcce00d8d20 | |
| parent | 7a4fc2933ca3b54a2942c2b727adcdd415baec79 [diff] [blame] |
[bazel] Add a license check rule. Signed-off-by: Chris Frantz <cfrantz@google.com>
diff --git a/rules/scripts/BUILD b/rules/scripts/BUILD new file mode 100644 index 0000000..c7802ec --- /dev/null +++ b/rules/scripts/BUILD
@@ -0,0 +1,7 @@ +# Copyright lowRISC contributors. +# Licensed under the Apache License, Version 2.0, see LICENSE for details. +# SPDX-License-Identifier: Apache-2.0 + +package(default_visibility = ["//visibility:public"]) + +exports_files(glob(["**"]))