Skip to content
Snippets Groups Projects

Update copyright information

Merged Jonathan Weth requested to merge fix/copyright into master
2 files
+ 9
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -10,7 +10,10 @@ class AlsijilConfig(AppConfig):
}
licence = "EUPL-1.2+"
copyright_info = (
([2019, 2020], "Tom Teichler", "tom.teichler@teckids.org"),
([2019], "Dominik George", "dominik.george@teckids.org"),
([2019], "mirabilos", "thorsten.glaser@teckids.org"),
([2019], "Tom Teichler", "tom.teichler@teckids.org"),
([2020], "Julian Leucker", "leuckeju@katharineum.de"),
([2020], "Jonathan Weth", "wethjo@katharineum.de"),
([2020], "Hangzhi Yu", "yuha@katharineum.de"),
)
Loading