Skip to content

Commit

Permalink
BUILD: add license export (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
russellhancox authored Oct 22, 2020
1 parent ff9214a commit f4ca54d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
load("@build_bazel_rules_apple//apple:macos.bzl", "macos_unit_test")

licenses(["notice"])

exports_files(["LICENSE"])

objc_library(
name = "MOLAuthenticatingURLSession",
srcs = [
Expand Down

0 comments on commit f4ca54d

Please sign in to comment.