added reuse information

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2021-01-05 22:12:38 +01:00 committed by David Mehren
parent 4746058765
commit dc63c76f43
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3
96 changed files with 1665 additions and 0 deletions

View file

@ -1,3 +1,9 @@
/*
* SPDX-FileCopyrightText: 2020 The HedgeDoc developers (see AUTHORS file)
*
* SPDX-License-Identifier: AGPL-3.0-only
*/
import { Column, Entity, ManyToOne } from 'typeorm/index';
import { Group } from '../groups/group.entity';
import { Note } from '../notes/note.entity';