diff options
| author | かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> | 2026-01-01 00:00:00 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-01 00:00:00 +0900 |
| commit | 8577f104569a5ef53f3ec0552d4ed402a821ff2d (patch) | |
| tree | 7198e726476e542cb99881a1bd7add7eff88426a | |
| parent | enhance: 誕生日のユーザーウィジェットで、今日だけに限... (diff) | |
| download | misskey-8577f104569a5ef53f3ec0552d4ed402a821ff2d.tar.gz misskey-8577f104569a5ef53f3ec0552d4ed402a821ff2d.tar.bz2 misskey-8577f104569a5ef53f3ec0552d4ed402a821ff2d.zip | |
2026 (#17052)
| -rw-r--r-- | .github/ISSUE_TEMPLATE/01_bug-report.yml | 4 | ||||
| -rw-r--r-- | COPYING | 2 | ||||
| -rw-r--r-- | packages/misskey-js/LICENSE | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/01_bug-report.yml b/.github/ISSUE_TEMPLATE/01_bug-report.yml index fd68e602dd..00da7e9a2a 100644 --- a/.github/ISSUE_TEMPLATE/01_bug-report.yml +++ b/.github/ISSUE_TEMPLATE/01_bug-report.yml @@ -54,7 +54,7 @@ body: * Model and OS of the device(s): MacBook Pro (14inch, 2021), macOS Ventura 13.4 * Browser: Chrome 113.0.5672.126 * Server URL: misskey.example.com - * Misskey: 2025.x.x + * Misskey: 2026.x.x value: | * Model and OS of the device(s): * Browser: @@ -74,7 +74,7 @@ body: Examples: * Installation Method or Hosting Service: docker compose, k8s/docker, systemd, "Misskey install shell script", development environment - * Misskey: 2025.x.x + * Misskey: 2026.x.x * Node: 20.x.x * PostgreSQL: 18.x.x * Redis: 7.x.x @@ -1,5 +1,5 @@ Unless otherwise stated this repository is -Copyright © 2014-2025 syuilo and contributors +Copyright © 2014-2026 syuilo and contributors And is distributed under The GNU Affero General Public License Version 3, you should have received a copy of the license file as LICENSE. diff --git a/packages/misskey-js/LICENSE b/packages/misskey-js/LICENSE index 16352625db..d666d5ef7f 100644 --- a/packages/misskey-js/LICENSE +++ b/packages/misskey-js/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021-2025 syuilo and other contributors +Copyright (c) 2021-2026 syuilo and other contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal |