Skip to content

Commit

Permalink
update license rules
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 505767266
  • Loading branch information
Googler authored and copybara-github committed Jan 30, 2023
1 parent b0ee687 commit 1f98fb3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@
#
#

load("@rules_license//rules:license.bzl", "license")

package(
default_applicable_licenses = ["//:license"],
default_visibility = ["//visibility:public"],
licenses = ["notice"],
)

license(
name = "license",
package_name = "jsinterop_generator",
)

exports_files(["LICENSE"])

0 comments on commit 1f98fb3

Please sign in to comment.