Skip to content

Commit 834184a

Browse files
committed
update copyright
1 parent 24fc2ed commit 834184a

41 files changed

Lines changed: 198 additions & 56 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
一个基于 [mirai](https://github.com/mamoe/mirai/)[mirai-console](https://github.com/mamoe/mirai-console) 的 超级课程表 提醒 mirai-console 插件。
44

5-
![Gradle CI Status](https://github.com/KonnyakuCamp/SuperCourseTimetableBot/workflows/Gradle%20CI/badge.svg) [![CodeFactor](https://www.codefactor.io/repository/github/konnyakucamp/supercoursetimetablebot/badge)](https://www.codefactor.io/repository/github/konnyakucamp/supercoursetimetablebot)
5+
![Gradle CI Status](https://github.com/StageGuard/SuperCourseTimetableBot/workflows/Gradle%20CI/badge.svg) [![CodeFactor](https://www.codefactor.io/repository/github/stageguard/supercoursetimetablebot/badge)](https://www.codefactor.io/repository/github/stageguard/supercoursetimetablebot)
66
## 特性
77

88
<img align="right" src="static/screenshot1.png" height="300">
@@ -48,7 +48,7 @@
4848
SuperCourseTimetableBot 是**基于 `mirai-core 2.x` 版本和 `mirai-console 2.x` 版本的插件,不兼容 1.x 版本**
4949

5050
1. 运行一个新的或使用现有的 MySQL 或 MariaDB 数据库,在数据库中新建一个 database,名称随意。
51-
2.[Releases](https://github.com/KonnyakuCamp/SuperCourseTimetableBot/releases/) 中下载 `SCTimetableBot-x.x.mirai.jar` 将其放入 mirai-console 的 插件文件夹下。
51+
2.[Releases](https://github.com/StageGuard/SuperCourseTimetableBot/releases/) 中下载 `SCTimetableBot-x.x.mirai.jar` 将其放入 mirai-console 的 插件文件夹下。
5252
3. 启动 mirai-console, 会有如下提示:
5353

5454
```
@@ -156,7 +156,7 @@ SuperCourseTimetableBot 插件将会在 `1.0` 版本允许动态适配不同教
156156

157157
```
158158
SuperCourseTimetableBot
159-
Copyright (C) 2020-2021 The KonnyakuCamp Team
159+
Copyright (C) 2020-2021 StageGuard
160160

161161
This program is free software: you can redistribute it and/or modify
162162
it under the terms of the GNU Affero General Public License as published

src/main/kotlin/me/stageguard/sctimetable/AbstractPluginManagedService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2021 KonnyakuCamp.
2+
* Copyright 2020-2021 StageGuard.
33
*
44
* 此源代码的使用受 GNU AFFERO GENERAL PUBLIC LICENSE version 3 许可证的约束, 可以在以下链接找到该许可证.
55
* Use of this source code is governed by the GNU AGPLv3 license that can be found through the following link.

src/main/kotlin/me/stageguard/sctimetable/PluginConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2021 KonnyakuCamp.
2+
* Copyright 2020-2021 StageGuard.
33
*
44
* 此源代码的使用受 GNU AFFERO GENERAL PUBLIC LICENSE version 3 许可证的约束, 可以在以下链接找到该许可证.
55
* Use of this source code is governed by the GNU AGPLv3 license that can be found through the following link.

src/main/kotlin/me/stageguard/sctimetable/PluginData.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2021 KonnyakuCamp.
2+
* Copyright 2020-2021 StageGuard.
33
*
44
* 此源代码的使用受 GNU AFFERO GENERAL PUBLIC LICENSE version 3 许可证的约束, 可以在以下链接找到该许可证.
55
* Use of this source code is governed by the GNU AGPLv3 license that can be found through the following link.

src/main/kotlin/me/stageguard/sctimetable/PluginMain.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2021 KonnyakuCamp.
2+
* Copyright 2020-2021 StageGuard.
33
*
44
* 此源代码的使用受 GNU AFFERO GENERAL PUBLIC LICENSE version 3 许可证的约束, 可以在以下链接找到该许可证.
55
* Use of this source code is governed by the GNU AGPLv3 license that can be found through the following link.

src/main/kotlin/me/stageguard/sctimetable/api/GeneralApiInterface.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2021 KonnyakuCamp.
2+
* Copyright 2020-2021 StageGuard.
33
*
44
* 此源代码的使用受 GNU AFFERO GENERAL PUBLIC LICENSE version 3 许可证的约束, 可以在以下链接找到该许可证.
55
* Use of this source code is governed by the GNU AGPLv3 license that can be found through the following link.

src/main/kotlin/me/stageguard/sctimetable/api/edu_system/super/CourseReceiptDTO.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2021 KonnyakuCamp.
2+
* Copyright 2020-2021 StageGuard.
33
*
44
* 此源代码的使用受 GNU AFFERO GENERAL PUBLIC LICENSE version 3 许可证的约束, 可以在以下链接找到该许可证.
55
* Use of this source code is governed by the GNU AGPLv3 license that can be found through the following link.

src/main/kotlin/me/stageguard/sctimetable/api/edu_system/super/EncryptionUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2021 KonnyakuCamp.
2+
* Copyright 2020-2021 StageGuard.
33
*
44
* 此源代码的使用受 GNU AFFERO GENERAL PUBLIC LICENSE version 3 许可证的约束, 可以在以下链接找到该许可证.
55
* Use of this source code is governed by the GNU AGPLv3 license that can be found through the following link.

src/main/kotlin/me/stageguard/sctimetable/api/edu_system/super/LoginReceiptDTO.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2021 KonnyakuCamp.
2+
* Copyright 2020-2021 StageGuard.
33
*
44
* 此源代码的使用受 GNU AFFERO GENERAL PUBLIC LICENSE version 3 许可证的约束, 可以在以下链接找到该许可证.
55
* Use of this source code is governed by the GNU AGPLv3 license that can be found through the following link.

src/main/kotlin/me/stageguard/sctimetable/api/edu_system/super/SuperCourseApiService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2021 KonnyakuCamp.
2+
* Copyright 2020-2021 StageGuard.
33
*
44
* 此源代码的使用受 GNU AFFERO GENERAL PUBLIC LICENSE version 3 许可证的约束, 可以在以下链接找到该许可证.
55
* Use of this source code is governed by the GNU AGPLv3 license that can be found through the following link.

0 commit comments

Comments
 (0)