From 777432a468cef993f50e4a7bf7dd3f6045c66fb6 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Tue, 21 Apr 2026 05:06:42 +0900 Subject: [PATCH] chore: add FOSSA config for license compliance (example-c) --- .fossa.yml | 11 +++++++++++ requirements.txt | 1 + 2 files changed, 12 insertions(+) create mode 100644 .fossa.yml create mode 100644 requirements.txt diff --git a/.fossa.yml b/.fossa.yml new file mode 100644 index 0000000..11a3f72 --- /dev/null +++ b/.fossa.yml @@ -0,0 +1,11 @@ +version: 3 + +# FOSSA CLI for getsentry/action-enforce-license-compliance. +# https://github.com/fossas/fossa-cli/blob/master/docs/references/files/fossa-yml.md + +project: + id: github.com/codecov/example-c + url: https://github.com/codecov/example-c + +telemetry: + scope: "off" diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..859352f --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +# FOSSA: setuptools discovery target at repo root (add real deps here if applicable).