Skip to content

Commit 69c37b3

Browse files
committed
2022
1 parent 455169f commit 69c37b3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020-2021 Gabriel Zachmann
3+
Copyright (c) 2020-2022 Gabriel Zachmann
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

cmd/mytoken-server/mytoken-migratedb/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ var app = &cli.App{
3636
3737
},
3838
},
39-
Copyright: "Karlsruhe Institute of Technology 2020-2021",
39+
Copyright: "Karlsruhe Institute of Technology 2020-2022",
4040
UseShortOptionHandling: true,
4141
Flags: []cli.Flag{
4242
&cli.StringFlag{

cmd/mytoken-server/mytoken-setup/setup.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ var app = &cli.App{
8383
8484
},
8585
},
86-
Copyright: "Karlsruhe Institute of Technology 2020-2021",
86+
Copyright: "Karlsruhe Institute of Technology 2020-2022",
8787
UseShortOptionHandling: true,
8888
Commands: cli.Commands{
8989
&cli.Command{

internal/server/web/partials/footer.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="footer">
22
<div style="text-align: center;">
3-
<small style="color: #808080;"2021 KIT</small>
3+
<small style="color: #808080;"2022 KIT</small>
44
<small style="margin-left: 20px;"><a href="/privacy">Privacy</a></small>
55
<small style="margin-left: 20px;"><a href="mailto:[email protected]"><i class="fas fa-at"></i> Developer
66
Contact</a></small>

0 commit comments

Comments
 (0)