mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-09 13:34:33 +00:00
add copyright header to bubble-timeline.ts
This commit is contained in:
parent
cbefbd2a33
commit
0783999974
1 changed files with 5 additions and 0 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Reference in a new issue