Hi,
if there is a newline between the copyright and the name of the company, the company does not show up in the "copyrights": as value.
Sample which goes wrong (actually not exactly the file I scanned, but same formatting and from the same company):
https://github.com/espressif/arduino-esp32/blob/master/tools/sdk/include/newlib/sys/features.h
"copyrights": [
{
"value": "COPYRIGHT (c) 1989-2014.",
"start_line": 4,
"end_line": 4
}
],
Sample which works properly:
https://github.com/esp8266/Arduino/blob/master/tools/sdk/libc/xtensa-lx106-elf/include/sched.h
"copyrights": [
{
"value": "COPYRIGHT (c) 1989-2010. On-Line Applications Research Corporation",
"start_line": 4,
"end_line": 5
}
],
Hi,
if there is a newline between the copyright and the name of the company, the company does not show up in the "copyrights": as value.
Sample which goes wrong (actually not exactly the file I scanned, but same formatting and from the same company):
https://github.com/espressif/arduino-esp32/blob/master/tools/sdk/include/newlib/sys/features.h
"copyrights": [
{
"value": "COPYRIGHT (c) 1989-2014.",
"start_line": 4,
"end_line": 4
}
],
Sample which works properly:
https://github.com/esp8266/Arduino/blob/master/tools/sdk/libc/xtensa-lx106-elf/include/sched.h
"copyrights": [
{
"value": "COPYRIGHT (c) 1989-2010. On-Line Applications Research Corporation",
"start_line": 4,
"end_line": 5
}
],