Skip to content

Commit

Permalink
Merge pull request #39 from aiuto/generic
Browse files Browse the repository at this point in the history
add generic license list
  • Loading branch information
aiuto committed May 27, 2022
2 parents add8ef9 + 446522a commit 21fcdc4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions distro/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ pkg_tar(
srcs = [
":small_workspace",
"//:standard_package",
"//licenses/generic:standard_package",
"//licenses/spdx:standard_package",
"//rules:standard_package",
"//tools:standard_package",
Expand Down
6 changes: 5 additions & 1 deletion licenses/generic/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,13 @@
# Packages may create license rules that use these license_kinds when the
# package has provided a LICENSE file, but the text in it does not match any
# of the well known licenses in @rules_license//licenses/spdx:*

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

filegroup(
name = "standard_package",
srcs = ["BUILD"],
)

package(
default_applicable_licenses = ["//:license"],
default_visibility = ["//visibility:public"],
Expand Down
2 changes: 1 addition & 1 deletion version.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.
"""The version of rules_license."""

version = "0.0.2"
version = "0.0.3"

0 comments on commit 21fcdc4

Please sign in to comment.