From b6ebf83a865cdbd75c50532b592cf4f81aa18945 Mon Sep 17 00:00:00 2001 From: Daniel Mellado Date: Tue, 16 Apr 2024 18:00:44 +0200 Subject: [PATCH] bpfman: include license in crate workspace This PR includes the licenses files in the crate workspace subdirectory. Without this, they won't be showing on crates.io and would be giving out errors on tooling such as rust2rpm. Signed-off-by: Daniel Mellado --- .licenserc.yaml | 1 + bpfman/LICENSE-APACHE | 1 + 2 files changed, 2 insertions(+) create mode 120000 bpfman/LICENSE-APACHE diff --git a/.licenserc.yaml b/.licenserc.yaml index 5200fd624..336ac6f1b 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -7,6 +7,7 @@ header: paths: - bpfman paths-ignore: + - "**/LICENSE-*" - "**/target/**" - "**/*.toml" - "**/*.proto" diff --git a/bpfman/LICENSE-APACHE b/bpfman/LICENSE-APACHE new file mode 120000 index 000000000..965b606f3 --- /dev/null +++ b/bpfman/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file