Skip to content

Commit

Permalink
2022
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmann committed Jan 31, 2022
1 parent 455169f commit 69c37b3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020-2021 Gabriel Zachmann
Copyright (c) 2020-2022 Gabriel Zachmann

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion cmd/mytoken-server/mytoken-migratedb/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var app = &cli.App{
Email: "[email protected]",
},
},
Copyright: "Karlsruhe Institute of Technology 2020-2021",
Copyright: "Karlsruhe Institute of Technology 2020-2022",
UseShortOptionHandling: true,
Flags: []cli.Flag{
&cli.StringFlag{
Expand Down
2 changes: 1 addition & 1 deletion cmd/mytoken-server/mytoken-setup/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ var app = &cli.App{
Email: "[email protected]",
},
},
Copyright: "Karlsruhe Institute of Technology 2020-2021",
Copyright: "Karlsruhe Institute of Technology 2020-2022",
UseShortOptionHandling: true,
Commands: cli.Commands{
&cli.Command{
Expand Down
2 changes: 1 addition & 1 deletion internal/server/web/partials/footer.mustache
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="footer">
<div style="text-align: center;">
<small style="color: #808080;"2021 KIT</small>
<small style="color: #808080;"2022 KIT</small>
<small style="margin-left: 20px;"><a href="/privacy">Privacy</a></small>
<small style="margin-left: 20px;"><a href="mailto:[email protected]"><i class="fas fa-at"></i> Developer
Contact</a></small>
Expand Down

0 comments on commit 69c37b3

Please sign in to comment.