From 80edfbc29f02bda8dde90a77be97d57c43e89851 Mon Sep 17 00:00:00 2001 From: Tianshi Qi Date: Mon, 12 Aug 2024 01:29:10 +0800 Subject: [PATCH 1/2] Update LICENSE contact info --- LICENSE | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index 2478f23..01f4fcc 100644 --- a/LICENSE +++ b/LICENSE @@ -1,14 +1,18 @@ Copyright 2022 Qi Tianshi & An Wei Teck. All rights reserved. -You are hereby granted permission to access and view this repository on GitHub. +This is proprietary software - it is neither open source nor freely available. -You may not copy, redistribute, or adapt any part of this repository (including -any current or historical revisions, branches, forks, and clones) in any medium -without express written permission from Qi Tianshi. +You are hereby granted permission to freely access and view this repository on +GitHub for your personal reference only. -This is proprietary software - it is neither open source nor freely available. +You may not reproduce, redistribute, adapt, or transmit any part of this +repository (including any code, documentation, assets, binaries, executables, +or any other content, in any current or historical revisions, branches, forks, +or clones) in any form or by any means, for any purpose other than personal +reference, without prior express written permission from Qi Tianshi. This software is provided "as is", without warranty of any kind, express or implied. -Qi Tianshi +For permissions beyond the scope of this license, you can reach out to +Qi Tianshi at hello@qitianshi.com. From 2991f41775a4ede3aac359e118542a99ec820157 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 07:58:07 +0000 Subject: [PATCH 2/2] Bump peter-evans/create-pull-request from 4.0.1 to 7.0.1 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4.0.1 to 7.0.1. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v4.0.1...v7.0.1) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index cbd2bd7..7605efe 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -44,7 +44,7 @@ jobs: . ./venv/bin/activate && python3 -m analysis ${{ github.event.inputs.command }} ${{ github.event.inputs.date }} ${{ github.event.inputs.options }} - name: Commit, push, and create pull request - uses: peter-evans/create-pull-request@v4.0.1 + uses: peter-evans/create-pull-request@v7.0.1 with: branch: process-result branch-suffix: timestamp