Skip to content

Commit

Permalink
licences
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatskaari committed Nov 26, 2023
1 parent a0be5b0 commit f9a539b
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 17 deletions.
3 changes: 3 additions & 0 deletions .plzconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ importpath = github.com/thought-machine/please
gotool = //third_party/go:toolchain|go
FeatureFlags = go_get
ModFile = //:mod
RequireLicences = true

[Plugin "cc"]
target = //plugins:cc
Expand Down Expand Up @@ -87,5 +88,7 @@ accept = MPL-2.0
accept = LGPL
accept = Artistic License
accept = ISC
accept = CC0-1.0
accept = LGPL-3.0
# Not really a licence, but Bazel projects commonly describe things this way.
accept = notice
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ filegroup(
name = "mod",
srcs = ["go.mod"],
visibility = ["//third_party/go/..."],
)
)
2 changes: 1 addition & 1 deletion test/text_file/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ text_file(
use strip option to remove first empty newline
and all empty spaces on the left of the text.
t - t should not be stripped
\ - nor backslash
\\ - nor backslash
""",
strip = True,
)
Expand Down
Loading

0 comments on commit f9a539b

Please sign in to comment.