Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit 83a742f

Browse files
Adding disclaimers to release artifacts (#3689)
1 parent db5c992 commit 83a742f

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

BUILD

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
licenses(["notice"])
2+
package(default_visibility = ["//visibility:public"])
3+
4+
filegroup(
5+
name = "disclaimers",
6+
srcs = [
7+
"DISCLAIMER",
8+
"LICENSE",
9+
"NOTICE",
10+
]
11+
)

scripts/packages/BUILD

+6
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,11 @@ pkg_tar(
471471
package_dir = "lib/simulator",
472472
)
473473

474+
pkg_tar(
475+
name = "disclaimers",
476+
srcs = ["//:disclaimers"],
477+
)
478+
474479
pkg_tar(
475480
name = "heron",
476481
srcs = generated_release_files,
@@ -499,6 +504,7 @@ pkg_tar(
499504
":heron-lib-third_party",
500505
":heron-lib-uploader",
501506
":heron-simulator",
507+
":disclaimers",
502508
],
503509
)
504510

0 commit comments

Comments
 (0)