Files
mongo/distsrc/BUILD.bazel
Andrew Bradshaw cc3d7a7c34 SERVER-99662 Implmement building msi's in bazel (#33677)
GitOrigin-RevId: b63b634ef83b3490d483616814176915ae655958
2025-04-10 01:43:37 +00:00

35 lines
526 B
Python

package(default_visibility = ["//visibility:public"])
filegroup(
name = "license_files",
srcs = glob(
["*"],
exclude = ["BUILD.bazel"],
),
)
filegroup(
name = "community_license",
srcs = ["LICENSE-Community.txt"],
)
filegroup(
name = "openssl_license",
srcs = ["LICENSE.OpenSSL"],
)
filegroup(
name = "mpl",
srcs = ["MPL-2"],
)
filegroup(
name = "readme",
srcs = ["README"],
)
filegroup(
name = "third_party_notices",
srcs = ["THIRD-PARTY-NOTICES"],
)