diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index a5ab7d6a..5cbd2ab7 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-latest, macOS-latest, windows-latest ] + os: [ ubuntu-latest, macos-latest, windows-latest ] runs-on: ${{ matrix.os }} timeout-minutes: 90 diff --git a/README_CN.md b/README_CN.md index cd36811d..6c66e5a4 100644 --- a/README_CN.md +++ b/README_CN.md @@ -170,7 +170,7 @@ Commands: publish, pub 向代理发布消息 subscribe, sub 从MQTT Broker(代理)订阅更新 -Copyright (c) 2019-2023, 物联网技术指南 +Copyright (c) 2019-2025, 物联网技术指南 Developed by mushuwei ``` diff --git a/bin/add-zsh-completion-osx.sh b/bin/add-zsh-completion-osx.sh index 5c6fb1d1..bd73685c 100755 --- a/bin/add-zsh-completion-osx.sh +++ b/bin/add-zsh-completion-osx.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# Copyright © 2019-2023 The Toolkit Authors +# Copyright © 2019-2025 The Toolkit Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/checkstyle/checkstyle.xml b/checkstyle/checkstyle.xml index 0a357a9d..f7e9f825 100644 --- a/checkstyle/checkstyle.xml +++ b/checkstyle/checkstyle.xml @@ -1,7 +1,7 @@