This is an automated email from the ASF dual-hosted git repository. jky pushed a commit to branch fix-license in repository https://gitbox.apache.org/repos/asf/flagon.git
commit 3b9ac98c51dbaf0d87d1ae683105d6ba5e0b4086 Author: Jason Young <jk...@pm.me> AuthorDate: Mon Jul 7 12:54:09 2025 -0700 Scope license eyes to distributed code --- .licenserc.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.licenserc.yaml b/.licenserc.yaml index b75160b..9145ceb 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -20,20 +20,20 @@ header: spdx-id: Apache-2.0 copyright-owner: Apache Software Foundation - paths-ignore: - - 'dist' - - 'licenses' - - 'LICENSE' - - 'NOTICE' - - 'logs' - - '**/*.json' - - '**/*.mjs' - - 'KEYS' - - '**/*.js.map' + paths: + - 'products/distill/distill/**' + - 'products/userale/packages/flagon-userale/build/**' + - 'products/userale/packages/flagon-userale/src/**' + - 'products/userale/packages/flagon-userale-ext/src/**' + paths-ignore: + - '**/*.map' comment: on-failure + dependency: files: - products/userale/package.json + - products/userale/packages/flagon-userale/package.json + - products/userale/packages/flagon-userale-ext/package.json - products/distill/pyproject.toml