fsfe / reuse-tool

reuse is a tool for compliance with the REUSE recommendations.
https://reuse.software
376 stars 144 forks source link

Inconsistent copyright text #963

Open niccokunzmann opened 4 months ago

niccokunzmann commented 4 months ago

When I run reuse lint --json, I get an inconsistent text for the license:

SPDX-FileCopyrightText: 2024 Nicco Kunzmann and Open Web Calendar Contributors <https://open-web-calendar.quelltext.eu/>
2024 Nicco Kunzmann and Open Web Calendar Contributors <https://open-web-calendar.quelltext.eu/>

Full examples:

      "path": "docs/blog/posts/website.md",
      "copyrights": [
        {
          "value": "SPDX-FileCopyrightText: 2024 Nicco Kunzmann and Open Web Calendar Contributors <https://open-web-calendar.quelltext.eu/>",
          "source": "docs/blog/posts/website.md",
          "source_type": "file-header"
        }
      ],
      "spdx_expressions": [
        {
          "value": "CC-BY-SA-4.0",
          "source": "docs/blog/posts/website.md",
          "source_type": "file-header"
        }
      ]
   {
      "path": "translations/pt/calendar-unused.yml",
      "copyrights": [
        {
          "value": "2024 Nicco Kunzmann and Open Web Calendar Contributors <https://open-web-calendar.quelltext.eu/>",
          "source": ".reuse/dep5",
          "source_type": "dep5"
        }
      ],
      "spdx_expressions": [
        {
          "value": "CC-BY-SA-4.0",
          "source": ".reuse/dep5",
          "source_type": "dep5"
        }
      ]
    },

Since the licensing information should be the same, I would also like to see the same text without the header SPDX-FileCopyrightText:.

carmenbianca commented 3 months ago

This is a known issue that needs #947 resolved first.

Thanks for reporting nonetheless! I don't think an issue was opened about this yet.