Skip to content

Commit

Permalink
update copyright for 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
Querz committed Jan 22, 2021
1 parent 00f8b16 commit abd0e42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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) 2018 - 2020 Querz
Copyright (c) 2018 - 2021 Querz

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
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public AboutDialog(Stage primaryStage) {
grid.add(UIFactory.label(Translation.DIALOG_ABOUT_LICENSE), 0, 1);
grid.add(new Label("MIT"), 1, 1);
grid.add(UIFactory.label(Translation.DIALOG_ABOUT_COPYRIGHT), 0, 2);
grid.add(new Label("\u00A9 2018 - 2020 Querz"), 1, 2);
grid.add(new Label("\u00A9 2018 - 2021 Querz"), 1, 2);
grid.add(UIFactory.label(Translation.DIALOG_ABOUT_SOURCE), 0, 3);
ImageView imgView = new ImageView(githubMark);
imgView.setScaleX(0.5);
Expand Down

0 comments on commit abd0e42

Please sign in to comment.