Skip to content

Commit 9cc1fa8

Browse files
committed
forgot to update copyright to 2022, fix now
1 parent e337c8a commit 9cc1fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/nl/digitalekabeltelevisie/gui/AboutAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public void actionPerformed(final ActionEvent e) {
5959
final ImageIcon icon = new ImageIcon(image);
6060

6161
JOptionPane.showMessageDialog(frame, "DVB Inspector Version: "+GuiUtils.getVersionString()+"\n\n"+
62-
"This code is Copyright 2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021 by Eric Berendsen\n(e_ber"+"endsen@digitalekabeltel"+"evisie.nl)\n\n"+
62+
"This code is Copyright 2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022 by Eric Berendsen\n(e_ber"+"endsen@digitalekabeltel"+"evisie.nl)\n\n"+
6363
"http://www.digitalekabeltelevisie.nl/dvb_inspector\n\n"+
6464
"DVB Inspector is free software: you can redistribute it and/or modify \n"+
6565
"it under the terms of the GNU General Public License as published by\n"+

0 commit comments

Comments
 (0)