Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent copyright text #963

Open
niccokunzmann opened this issue Apr 22, 2024 · 1 comment
Open

Inconsistent copyright text #963

niccokunzmann opened this issue Apr 22, 2024 · 1 comment
Labels
blocked This issue/pull request is blocked by anoter

Comments

@niccokunzmann
Copy link

niccokunzmann commented Apr 22, 2024

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
Copy link
Member

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.

@carmenbianca carmenbianca added the blocked This issue/pull request is blocked by anoter label Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked This issue/pull request is blocked by anoter
Projects
None yet
Development

No branches or pull requests

2 participants