Add jetbrains copyright autocomplection (#856)

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
This commit is contained in:
Tilman Vatteroth 2020-12-14 22:31:37 +01:00 committed by GitHub
parent 79171a8456
commit b3288a6666
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 1 deletions

2
.gitignore vendored
View file

@ -18,7 +18,7 @@
# ide
.idea
!.idea/dictionaries/hedgedoc.xml
!.idea/copyright
# misc
.DS_Store
.env.local

View file

@ -0,0 +1,6 @@
<component name="CopyrightManager">
<copyright>
<option name="notice" value="SPDX-FileCopyrightText: 2020 The HedgeDoc developers (see AUTHORS file)&#10;&#10;&#83;PDX-License-Identifier: AGPL-3.0-only" />
<option name="myName" value="hedgedoc" />
</copyright>
</component>

View file

@ -0,0 +1,7 @@
<component name="CopyrightManager">
<settings default="hedgedoc">
<module2copyright>
<element module="All" copyright="hedgedoc" />
</module2copyright>
</settings>
</component>

View file

@ -31,6 +31,10 @@ Files: public/robots.txt
Copyright: 2020 The HedgeDoc developers (see AUTHORS file)
License: CC0-1.0
Files: .idea/**
Copyright: 2020 The HedgeDoc developers (see AUTHORS file)
License: CC0-1.0
Files: .github/ISSUE_TEMPLATE/*.md
Copyright: 2020 The HedgeDoc developers (see AUTHORS file)
License: CC-BY-SA-4.0