Skip to content

Commit 9ed7291

Browse files
committed
docs(changelog): update details for --license-sources option and default behavior changes in copyleft inspection
1 parent dfaead9 commit 9ed7291

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
910
### Added
10-
- Added `--license-sources` (`-ls`) to copyleft inspection for filtering by license source
11+
- Added `--license-sources` (`-ls`) option to copyleft inspection
12+
- Filter which license sources to check (component_declared, license_file, file_header, file_spdx_tag, scancode)
13+
- Supports both `-ls source1 source2` and `-ls source1 -ls source2` syntax
14+
15+
### Changed
16+
- Copyleft inspection now defaults to component-level licenses only (component_declared, license_file)
17+
- Reduces noise from file-level license detections (file_header, scancode)
18+
- Use `-ls` to override and check specific sources
1119

1220
## [1.40.1] - 2025-10-29
1321
### Changed

0 commit comments

Comments
 (0)