fix: normalize license OR parentheses #12

Merged
misaka00251 merged 1 commits from Jvlegod/go2spec:fix-license-or-parentheses into master 2026-07-20 09:53:58 +00:00
Contributor

在只有 OR 的情况下发现了 License: (Apache-2.0 OR MIT OR Unicode-DFS-2016) 这种写法.

样例: github.com/apparentlymart/go-textseg/v15

修复之后生成:

License: Apache-2.0 OR MIT OR Unicode-DFS-2016

在只有 `OR` 的情况下发现了 `License: (Apache-2.0 OR MIT OR Unicode-DFS-2016)` 这种写法. 样例: github.com/apparentlymart/go-textseg/v15 修复之后生成: `License: Apache-2.0 OR MIT OR Unicode-DFS-2016`
Jvlegod added 1 commit 2026-07-17 04:59:04 +00:00
misaka00251 merged commit 6d6647bbdf into master 2026-07-20 09:53:58 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: misaka00251/go2spec#12