Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Chronos
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-App-Chronos
Merge requests
!354
Update copyright
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update copyright
update/copyright
into
master
Overview
0
Commits
1
Pipelines
1
Changes
2
Merged
Jonathan Weth
requested to merge
update/copyright
into
master
8 months ago
Overview
0
Commits
1
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Viewing commit
ee40cda6
Show latest version
2 files
+
8
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
Verified
ee40cda6
Update copyright
· ee40cda6
Jonathan Weth
authored
8 months ago
aleksis/apps/chronos/apps.py
+
4
−
3
Options
@@ -17,13 +17,14 @@ class ChronosConfig(AppConfig):
}
licence
=
"
EUPL-1.2+
"
copyright_info
=
(
([
2018
,
2019
,
2020
,
2021
,
2022
],
"
Jonathan Weth
"
,
"
wethjo@katharineum
.de
"
),
([
2018
,
2019
,
2020
,
2021
,
2022
,
2023
,
2024
],
"
Jonathan Weth
"
,
"
dev@jonathanweth
.de
"
),
([
2018
,
2019
],
"
Frank Poetzsch-Heffter
"
,
"
p-h@katharineum.de
"
),
([
2019
,
2020
,
2022
],
"
Dominik George
"
,
"
dominik.george@teckids.org
"
),
([
2019
,
2021
],
"
Hangzhi Yu
"
,
"
yuha@katharineum.de
"
),
([
2019
],
"
Julian Leucker
"
,
"
leuckeju@katharineum.de
"
),
([
2019
,
2021
,
2022
,
2023
,
2024
],
"
Hangzhi Yu
"
,
"
yuha@katharineum.de
"
),
([
2019
,
2023
,
2024
],
"
Julian Leucker
"
,
"
leuckeju@katharineum.de
"
),
([
2019
],
"
Tom Teichler
"
,
"
tom.teichler@teckids.org
"
),
([
2021
],
"
Lloyd Meins
"
,
"
meinsll@katharineum.de
"
),
([
2023
,
2024
],
"
Michael Bauer
"
,
"
michael-bauer@posteo.de
"
),
)
def
ready
(
self
):
Loading