File tree 2 files changed +4
-4
lines changed
src/net/talvi/puffinplot/window
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
<editor-bookmarks xmlns =" http://www.netbeans.org/ns/editor-bookmarks/1" >
4
4
<file >
5
5
<url >src/net/talvi/puffinplot/window/MainWindow.java</url >
6
- <line >68 </line >
6
+ <line >67 </line >
7
7
</file >
8
8
</editor-bookmarks >
9
9
</project-private >
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ private String gsp(String property) {
41
41
private String getContent () {
42
42
final String fmt =
43
43
"PuffinPlot is a program for showing, exploring, and analysing "
44
- + "palæomagnetic data. Copyright 2012–%s Pontus "
44
+ + "palæomagnetic data. Copyright 2012 Pontus "
45
45
46
46
+ "PuffinPlot is free software: you can redistribute it and/or "
47
47
+ "modify it under the terms of the GNU General Public License "
@@ -50,8 +50,8 @@ private String getContent() {
50
50
+ "PuffinPlot is distributed in the hope that it will be useful, "
51
51
+ "but WITHOUT ANY WARRANTY; without even the implied warranty "
52
52
+ "of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. "
53
- + "Please see the file LICENCE"
54
- + "(supplied with PuffinPlot) or go to http://www.gnu.org/licenses/gpl.html"
53
+ + "Please see the file LICENCE (supplied with PuffinPlot) "
54
+ + "or go to http://www.gnu.org/licenses/gpl.html "
55
55
+ "for details.\n \n "
56
56
+ "System information: OS %s %s (%s), Java %s (%s)" ;
57
57
String year = PuffinApp .getInstance ().getBuildProperty ("build.year" );
You can’t perform that action at this time.
0 commit comments