Update copyright year

This commit is contained in:
Sampo Niskanen 2013-04-16 22:55:01 +03:00
parent 74d5ffdcb7
commit c55ad71fd5
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
OpenRocket - A model rocket simulator
Copyright (C) 2007-2012 Sampo Niskanen and others
Copyright (C) 2007-2013 Sampo Niskanen and others
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View File

@ -2,7 +2,7 @@
OpenRocket - an Open Source model rocket simulator
--------------------------------------------------
Copyright (C) 2007-2012 Sampo Niskanen and others
Copyright (C) 2007-2013 Sampo Niskanen and others
For license information see the file LICENSE.TXT.

View File

@ -69,7 +69,7 @@ public class AboutDialog extends JDialog {
sub.add(new StyledLabel("OpenRocket", 20), "ax 50%, growy, wrap para");
sub.add(new StyledLabel(trans.get("lbl.version").trim() + " " + version, 3), "ax 50%, growy, wrap rel");
sub.add(new StyledLabel("Copyright " + Chars.COPY + " 2007-2012 Sampo Niskanen and others"), "ax 50%, growy, wrap para");
sub.add(new StyledLabel("Copyright " + Chars.COPY + " 2007-2013 Sampo Niskanen and others"), "ax 50%, growy, wrap para");
sub.add(new URLLabel(OPENROCKET_URL), "ax 50%, growy, wrap para");
panel.add(sub, "grow");