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

Commit

Permalink
Adding disclaimers to release artifacts (#3689)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshfischer1108 authored Apr 28, 2021
1 parent db5c992 commit 83a742f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
11 changes: 11 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
licenses(["notice"])
package(default_visibility = ["//visibility:public"])

filegroup(
name = "disclaimers",
srcs = [
"DISCLAIMER",
"LICENSE",
"NOTICE",
]
)
6 changes: 6 additions & 0 deletions scripts/packages/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,11 @@ pkg_tar(
package_dir = "lib/simulator",
)

pkg_tar(
name = "disclaimers",
srcs = ["//:disclaimers"],
)

pkg_tar(
name = "heron",
srcs = generated_release_files,
Expand Down Expand Up @@ -499,6 +504,7 @@ pkg_tar(
":heron-lib-third_party",
":heron-lib-uploader",
":heron-simulator",
":disclaimers",
],
)

Expand Down

0 comments on commit 83a742f

Please sign in to comment.