Update copyright year
This commit is contained in:
parent
74d5ffdcb7
commit
c55ad71fd5
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user