fix: reorder SPDX headers - #961
Conversation
- headers in incorrect order caught in .js.map files during reuse lint CI as incorrect expressions Assisted-by: ClaudeCode:claude-sonnet-5 Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #961 +/- ##
=======================================
Coverage 87.30% 87.30%
=======================================
Files 5 5
Lines 63 63
Branches 19 19
=======================================
Hits 55 55
Misses 8 8 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
I think the real fix here is for
IMHO it should be the opposite, because you add the license, then an copyright owner. Later you add another copyright owner etc so becoming a list rather you have to "scroll" for the license. # SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: 2019 Jane Doe
+# SPDX-FileCopyrightText: 2020 Joe Doe |
Yes |
As I understand, this is just an example. It doesn't validate this order. |
|
Ok, sorry for the noise then |

🤖 AI (if applicable)