For a copyright statement like
/*
* Copyright (c) 2017 HERE Europe B.V.
* All rights reserved.
*/
ScanCode (commit db5f6eb) only reports
"copyrights":[{"statements":["Copyright (c) 2017 HERE Europe B.V."],"holders":["HERE Europe B.V."],"authors":[],"start_line":2,"end_line":3}]
in the JSON output, whereas I'd expect the statement to be "Copyright (c) 2017 HERE Europe B.V.\nAll rights reserved."
For a copyright statement like
ScanCode (commit db5f6eb) only reports
in the JSON output, whereas I'd expect the statement to be
"Copyright (c) 2017 HERE Europe B.V.\nAll rights reserved."