From f7cf4196acb3ab140d42bf3531ada5ed6bd9f557 Mon Sep 17 00:00:00 2001 From: Agustin Isasmendi Date: Thu, 18 Jun 2026 10:35:59 +0000 Subject: [PATCH 1/2] chore(release): bump version to 1.6.4 Co-Authored-By: Claude Opus 4.8 (1M context) --- dist/index.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 67fdd49..19c688d 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1,4 +1,4 @@ -/*! scanoss-code-scan-action v1.6.3 | MIT */ +/*! scanoss-code-scan-action v1.6.4 | MIT */ "use strict"; var __create = Object.create; var __defProp = Object.defineProperty; diff --git a/package.json b/package.json index 7ee2a80..4adac31 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "scanoss-code-scan-action", "description": "SCANOSS Code Scan Action", - "version": "1.6.3", + "version": "1.6.4", "author": "SCANOSS", "private": true, "homepage": "https://github.com/scanoss/code-scan-action/", From e81f56f6364b0c8ae0ca10859010396710161e58 Mon Sep 17 00:00:00 2001 From: Agustin Isasmendi Date: Thu, 18 Jun 2026 10:36:55 +0000 Subject: [PATCH 2/2] docs(changelog): add 1.6.4 entry for copyleft docs fix --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d790da..19fc2be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.6.4] - 2026-06-18 +### Fixed +- Corrected copyleft documentation in `README.md`: copyleft is determined by `scanoss.py` (`scanoss-py inspect copyleft`) using the OSADL checklist, including `-or-later` licenses, rather than the internal `license.utils.ts` list +### Removed +- Removed the unused default copyleft license list and its include/exclude/explicit parsing from `license.utils.ts` (dead code) + ## [1.6.3] - 2026-05-19 ### Changed - Upgraded Node.js to 24