Skip to content

Commit

Permalink
update copyrithg year
Browse files Browse the repository at this point in the history
  • Loading branch information
ennorehling committed Feb 1, 2022
1 parent add1fd6 commit e797cb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 1998-2019, Enno Rehling <enno@eressea.de>
Copyright (c) 1998-2022, Enno Rehling <enno@eressea.de>

Eressea is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

Expand Down
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ static int parse_args(int argc, char **argv)
else if (argi[1] == '-') { /* long format */
if (strcmp(argi + 2, "version") == 0) {
printf("Eressea version %s, "
"Copyright (C) 2019 Enno Rehling et al.\n",
"Copyright (C) 2022 Enno Rehling et al.\n",
eressea_version());
return 1;
#ifdef USE_CURSES
Expand Down

0 comments on commit e797cb0

Please sign in to comment.