add copyright header to bubble-timeline.ts

This commit is contained in:
Hazelnoot 2025-06-02 17:22:41 -04:00
parent cbefbd2a33
commit 0783999974

View file

@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: Marie and other Sharkey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/
import { Inject, Injectable } from '@nestjs/common';
import { Brackets } from 'typeorm';
import type { NotesRepository, MiMeta } from '@/models/_.js';