Anton Augsburg

Results 10 issues of Anton Augsburg

### Description Scancode is not detecting all copyrights in this file: https://github.com/valor-software/ngx-bootstrap/blob/e1a0bb8cbf83eb717335f1d74f995adc6dde60c0/src/chronos/LICENSE Output: ``` Copyright (c) Valor Software Copyright (c) Dmitriy Shekhovtsov Copyright (c) JS Foundation and other contributors ```...

bug

## Short Description As discussed in the ORT Community Meeting (https://github.com/oss-review-toolkit/ort/wiki/ORT-Community-Meeting#2024-04-11) we propose to add a raw data export option to ScanCode so that post-processing of copyrights becomes possible on...

new feature

### Description We have found a scenario where the copyright is stated on two consecutive lines: https://github.com/d3/d3-shape/blob/v1.3.7/LICENSE > Copyright 2010-2015 Mike Bostock > All rights reserved. However ScanCode only reports...

bug

### Description When scanning a PDF from https://github.com/hopding/pdf-lib (rev 4beebbef7a261ed0be089bb1d63a5b6e28cc488a) we receive: > TypeError while scanning file 'assets/pdfs/with_invalid_objects.pdf' (int() argument must be a string, a bytes-like object or a real...

bug

### Description We found a package where author/copyright information is missing from a license file. It looks like only the first author of a list is represented in the scan...

bug

### Description Copyright in the following file is not detected by ScanCode: https://github.com/videojs/vhs-utils/blob/main/LICENSE Detected: ``` { "path": "vhs-utils-main/LICENSE", "type": "file", "name": "LICENSE", "status": "application-package", "tag": "", "extension": "", "size": 1078,...

bug

### Description In https://github.com/SonarSource/sonar-scanner-maven/blob/53e9129f153147127497f0963693ce455f45fa23/pom.xml#L21 ScanCode detects LGPL-2.1-or-later instead of LGPL-3 ``` { "identifier": "lgpl_2_1_plus-e6194c82-a050-b804-6e64-3581e213b2da", "license_expression": "lgpl-2.1-plus", "license_expression_spdx": "LGPL-2.1-or-later", "detection_count": 1, "reference_matches": [ { "license_expression": "lgpl-2.1-plus", "license_expression_spdx": "LGPL-2.1-or-later", "from_file": "codebase/sonar-scanner-maven-53e9129f153147127497f0963693ce455f45fa23/pom.xml", "start_line":...

bug

### Description Running scancode.io on https://registry.npmjs.org/tx2/-/tx2-1.0.5.tgz does not find the copyright from LICENSE file: Expected finding: `Copyright (c) 2077 PM2` Result is (shortened): ``` { "path": "codebase/package/LICENSE", "type": "file", "name":...

bug

### Description If we run ScanCode for https://github.com/platformdirs/platformdirs/tree/3.0.0/ we expect to find the copyright from https://github.com/platformdirs/platformdirs/blob/3.0.0/LICENSE which is: `Copyright (c) 2010-202x The platformdirs developers` however the result is empty. ScanCode...

bug

### Description From the following file ScanCode does not extract "MIT" license when running ScanCode **without** --package option: https://github.com/components/font-awesome/blob/f4f114c4ab37d101e6a15370769bc0af681792fa/package.json ``` scanner: name: "ScanCode" version: "32.1.0" configuration: "--copyright --license --license-text --info...

bug