Skip to content

chore(reuse): migrate config to dep5 format and add missing SPDX headers#73

Merged
deepin-bot[bot] merged 1 commit into
linuxdeepin:masterfrom
MyLeeJiEun:fork-from-0708-add-reuse
Jul 9, 2026
Merged

chore(reuse): migrate config to dep5 format and add missing SPDX headers#73
deepin-bot[bot] merged 1 commit into
linuxdeepin:masterfrom
MyLeeJiEun:fork-from-0708-add-reuse

Conversation

@MyLeeJiEun

@MyLeeJiEun MyLeeJiEun commented Jul 8, 2026

Copy link
Copy Markdown
Contributor
  1. Migrate REUSE configuration from REUSE.toml to .reuse/dep5 (DEP5 format)
  2. Add SPDX-FileCopyrightText and SPDX-License-Identifier headers to mfasequencecontrol source files

Log: Migrate REUSE config to DEP5 format and add SPDX headers to MFA sequence control files

chore(reuse): 迁移 REUSE 配置为 dep5 格式并补充缺失的 SPDX 头

  1. 将 REUSE 配置从 REUSE.toml 迁移至 .reuse/dep5(DEP5 格式)
  2. 为 mfasequencecontrol 源文件添加 SPDX-FileCopyrightText 和 SPDX-License-Identifier 头

Log: 将 REUSE 配置迁移为 DEP5 格式,并补充 MFA 序列控制文件的 SPDX 头

Summary by Sourcery

Migrate REUSE licensing configuration to the DEP5 format and add missing SPDX license headers to MFA sequence control sources.

Chores:

  • Replace REUSE.toml configuration with a .reuse/dep5 DEP5-format configuration file.
  • Add SPDX copyright and license identifier headers to mfasequencecontrol source and header files.

@deepin-ci-robot

Copy link
Copy Markdown

Hi @MyLeeJiEun. Thanks for your PR.

I'm waiting for a linuxdeepin member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@sourcery-ai

sourcery-ai Bot commented Jul 8, 2026

Copy link
Copy Markdown
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Migrates the project’s REUSE licensing configuration from REUSE.toml to a new .reuse/dep5 file in DEP5 format and adds missing SPDX copyright and license headers to the MFA sequence control implementation and header files.

File-Level Changes

Change Details Files
Add SPDX copyright and license headers to MFA sequence control source files.
  • Inserted SPDX-FileCopyrightText comment at the top of the mfasequencecontrol implementation file.
  • Inserted SPDX-License-Identifier comment at the top of the mfasequencecontrol implementation file.
  • Inserted SPDX-FileCopyrightText comment at the top of the mfasequencecontrol header file.
  • Inserted SPDX-License-Identifier comment at the top of the mfasequencecontrol header file.
src/session-widgets/mfasequencecontrol.cpp
src/session-widgets/mfasequencecontrol.h
Migrate REUSE configuration from TOML to DEP5 format.
  • Removed legacy REUSE.toml configuration file from the repository.
  • Added new .reuse/dep5 file to hold REUSE configuration in DEP5 format (content not shown in diff, but file is introduced).
REUSE.toml
.reuse/dep5

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@MyLeeJiEun MyLeeJiEun force-pushed the fork-from-0708-add-reuse branch from 3e92f6c to 4de841d Compare July 8, 2026 08:20
deepin-ci-robot added a commit to linuxdeepin/dde-session-shell-snipe that referenced this pull request Jul 8, 2026
Synchronize source files from linuxdeepin/dde-session-shell.

Source-pull-request: linuxdeepin/dde-session-shell#73
1. Add LGPL-3.0-or-later license text under LICENSES/
2. Add SPDX copyright and license headers to mfasequencecontrol source files
3. Extend REUSE.toml to cover plugins/login-gesture paths

Log: Complete REUSE compliance for mfasequencecontrol and login-gesture plugin

chore(reuse): 添加 SPDX 头文件和许可证文件以符合 REUSE 规范

1. 在 LICENSES/ 下添加 LGPL-3.0-or-later 许可证文本
2. 为 mfasequencecontrol 源文件添加 SPDX 版权和许可证头
3. 扩展 REUSE.toml 以覆盖 plugins/login-gesture 路径

Log: 完成 mfasequencecontrol 和 login-gesture 插件的 REUSE 合规
@MyLeeJiEun MyLeeJiEun force-pushed the fork-from-0708-add-reuse branch from 4de841d to f117844 Compare July 9, 2026 05:10
deepin-ci-robot added a commit to linuxdeepin/dde-session-shell-snipe that referenced this pull request Jul 9, 2026
Synchronize source files from linuxdeepin/dde-session-shell.

Source-pull-request: linuxdeepin/dde-session-shell#73
@deepin-ci-robot

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: BLumia, MyLeeJiEun

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@MyLeeJiEun

Copy link
Copy Markdown
Contributor Author

/merge

@deepin-bot deepin-bot Bot merged commit df5d0a7 into linuxdeepin:master Jul 9, 2026
16 checks passed
mhduiy pushed a commit to linuxdeepin/dde-session-shell-snipe that referenced this pull request Jul 9, 2026
Synchronize source files from linuxdeepin/dde-session-shell.

Source-pull-request: linuxdeepin/dde-session-shell#73
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants