Skip to content

Copyright is incomplete when there is a newline between #1565

Description

@MMarwedel

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
}
],

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions