summaryrefslogtreecommitdiff
path: root/packages/frontend/src/scripts/physics.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/frontend/src/scripts/physics.ts')
-rw-r--r--packages/frontend/src/scripts/physics.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/frontend/src/scripts/physics.ts b/packages/frontend/src/scripts/physics.ts
index efda80f074..cf9fad70eb 100644
--- a/packages/frontend/src/scripts/physics.ts
+++ b/packages/frontend/src/scripts/physics.ts
@@ -1,3 +1,8 @@
+/*
+ * SPDX-FileCopyrightText: syuilo and other misskey contributors
+ * SPDX-License-Identifier: AGPL-3.0-only
+ */
+
import * as Matter from 'matter-js';
export function physics(container: HTMLElement) {