Skip to content

Commit

Permalink
chore: 著作権とライセンスについての情報を各ファイルに追加する (#11348)
Browse files Browse the repository at this point in the history
* chore: Add the SPDX information to each file

Add copyright and licensing information as defined in version 3.0 of
the REUSE Specification.

* tweak format

---------

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
  • Loading branch information
sorairolake and syuilo authored Jul 27, 2023
1 parent b6790a4 commit c2370a1
Show file tree
Hide file tree
Showing 1,647 changed files with 8,306 additions and 340 deletions.
3 changes: 3 additions & 0 deletions healthcheck.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/bash

# SPDX-FileCopyrightText: syuilo and other misskey contributors
# SPDX-License-Identifier: AGPL-3.0-only

PORT=$(grep '^port:' /misskey/.config/default.yml | awk 'NR==1{print $2; exit}')
curl -s -S -o /dev/null "http://localhost:${PORT}"
5 changes: 5 additions & 0 deletions packages/backend/check_connect.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/

import Redis from 'ioredis';
import { loadConfig } from './built/config.js';

Expand Down
5 changes: 4 additions & 1 deletion packages/backend/migration/1000000000000-Init.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion packages/backend/migration/1556348509290-Pages.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/

export class Pages1556348509290 {
async up(queryRunner) {
Expand Down
5 changes: 4 additions & 1 deletion packages/backend/migration/1556746559567-UserProfile.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/

export class UserProfile1556746559567 {
async up(queryRunner) {
Expand Down
5 changes: 4 additions & 1 deletion packages/backend/migration/1557476068003-PinnedUsers.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/

export class PinnedUsers1557476068003 {
async up(queryRunner) {
Expand Down
5 changes: 4 additions & 1 deletion packages/backend/migration/1557761316509-AddSomeUrls.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/

export class AddSomeUrls1557761316509 {
async up(queryRunner) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/

export class ObjectStorageSetting1557932705754 {
async up(queryRunner) {
Expand Down
5 changes: 4 additions & 1 deletion packages/backend/migration/1558072954435-PageLike.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/

export class PageLike1558072954435 {
async up(queryRunner) {
Expand Down
5 changes: 4 additions & 1 deletion packages/backend/migration/1558103093633-UserGroup.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/

export class UserGroup1558103093633 {
async up(queryRunner) {
Expand Down
5 changes: 4 additions & 1 deletion packages/backend/migration/1558257926829-UserGroupInvite.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/

export class UserGroupInvite1558257926829 {
async up(queryRunner) {
Expand Down
5 changes: 4 additions & 1 deletion packages/backend/migration/1558266512381-UserListJoining.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/

export class UserListJoining1558266512381 {
async up(queryRunner) {
Expand Down
5 changes: 4 additions & 1 deletion packages/backend/migration/1561706992953-webauthn.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/

export class webauthn1561706992953 {
async up(queryRunner) {
Expand Down
5 changes: 4 additions & 1 deletion packages/backend/migration/1561873850023-ChartIndexes.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/

export class ChartIndexes1561873850023 {
async up(queryRunner) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/

export class PasswordLessLogin1562422242907 {
async up(queryRunner) {
Expand Down
5 changes: 4 additions & 1 deletion packages/backend/migration/1562444565093-PinnedPage.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/

export class PinnedPage1562444565093 {
async up(queryRunner) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/

export class PageTitleHideOption1562448332510 {
async up(queryRunner) {
Expand Down
5 changes: 4 additions & 1 deletion packages/backend/migration/1562869971568-ModerationLog.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/

export class ModerationLog1562869971568 {
async up(queryRunner) {
Expand Down
5 changes: 4 additions & 1 deletion packages/backend/migration/1563757595828-UsedUsername.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/

export class UsedUsername1563757595828 {
async up(queryRunner) {
Expand Down
5 changes: 4 additions & 1 deletion packages/backend/migration/1565634203341-room.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/

export class room1565634203341 {
async up(queryRunner) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/

export class CustomEmojiCategory1571220798684 {
async up(queryRunner) {
Expand Down
5 changes: 4 additions & 1 deletion packages/backend/migration/1572760203493-nodeinfo.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/

export class nodeinfo1572760203493 {
async up(queryRunner) {
Expand Down
5 changes: 4 additions & 1 deletion packages/backend/migration/1576269851876-TalkFederationId.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/

export class TalkFederationId1576269851876 {
constructor() {
Expand Down
5 changes: 4 additions & 1 deletion packages/backend/migration/1576869585998-ProxyRemoteFiles.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/

export class ProxyRemoteFiles1576869585998 {
constructor() {
Expand Down
5 changes: 4 additions & 1 deletion packages/backend/migration/1579267006611-v12.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/

export class v121579267006611 {
constructor() {
Expand Down
5 changes: 4 additions & 1 deletion packages/backend/migration/1579270193251-v12-2.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/

export class v1221579270193251 {
constructor() {
Expand Down
5 changes: 4 additions & 1 deletion packages/backend/migration/1579282808087-v12-3.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/

export class v1231579282808087 {
constructor() {
Expand Down
5 changes: 4 additions & 1 deletion packages/backend/migration/1579544426412-v12-4.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/

export class v1241579544426412 {
constructor() {
Expand Down
5 changes: 4 additions & 1 deletion packages/backend/migration/1579977526288-v12-5.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/

export class v1251579977526288 {
constructor() {
Expand Down
5 changes: 4 additions & 1 deletion packages/backend/migration/1579993013959-v12-6.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/

export class v1261579993013959 {
constructor() {
Expand Down
5 changes: 4 additions & 1 deletion packages/backend/migration/1580069531114-v12-7.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/

export class v1271580069531114 {
constructor() {
Expand Down
5 changes: 4 additions & 1 deletion packages/backend/migration/1580148575182-v12-8.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/

export class v1281580148575182 {
constructor() {
Expand Down
5 changes: 4 additions & 1 deletion packages/backend/migration/1580154400017-v12-9.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/

export class v1291580154400017 {
constructor() {
Expand Down
5 changes: 4 additions & 1 deletion packages/backend/migration/1580276619901-v12-10.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/

export class v12101580276619901 {
constructor() {
Expand Down
5 changes: 4 additions & 1 deletion packages/backend/migration/1580331224276-v12-11.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/

export class v12111580331224276 {
constructor() {
Expand Down
5 changes: 4 additions & 1 deletion packages/backend/migration/1580508795118-v12-12.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/

export class v12121580508795118 {
constructor() {
Expand Down
5 changes: 4 additions & 1 deletion packages/backend/migration/1580543501339-v12-13.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/

export class v12131580543501339 {
constructor() {
Expand Down
5 changes: 4 additions & 1 deletion packages/backend/migration/1580864313253-v12-14.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/

export class v12141580864313253 {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/

export class userGroupInvitation1581526429287 {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/

export class userGroupAntenna1581695816408 {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/

export class driveUserFolderIdIndex1581708415836 {
constructor() {
Expand Down
5 changes: 4 additions & 1 deletion packages/backend/migration/1581979837262-promo.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/

export class promo1581979837262 {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/

export class featuredInjecttion1582019042083 {
constructor() {
Expand Down
5 changes: 4 additions & 1 deletion packages/backend/migration/1582210532752-antenna-exclude.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/

export class antennaExclude1582210532752 {
constructor() {
Expand Down
Loading

0 comments on commit c2370a1

Please sign in to comment.