Skip to content

Commit

Permalink
OSC
Browse files Browse the repository at this point in the history
  • Loading branch information
getrebuild committed Jan 8, 2025
1 parent c33443e commit 10bff85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/rebuild/core/support/License.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public static JSONObject queryAuthority() {
if ((error = auth.getString("error")) != null) {
auth = JSONUtils.toJSONObject(
new String[] { "sn", "authType", "authObject", "authExpires" },
new String[] { SN(), "开源社区版", "GitHub", "无" });
new String[] { SN(), "开源社区版", "OSC", "无" });
}
if ("BLOCKED".equals(error)) System.exit(110);
return auth;
Expand Down

0 comments on commit 10bff85

Please sign in to comment.