Skip to content

Commit

Permalink
Add license text for GSON
Browse files Browse the repository at this point in the history
  • Loading branch information
marcushammar committed Sep 4, 2017
1 parent 4383b14 commit 14fff50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/HamRadioMinimumLog.java
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ public void actionPerformed(ActionEvent actionEvent){
private class About implements ActionListener {
@Override
public void actionPerformed(ActionEvent actionEvent){
JOptionPane.showMessageDialog(HamRadioMinimumLog.this, "Ham Radio Minimum Log\nVersion " + APPLICATION_VERSION, "About", JOptionPane.INFORMATION_MESSAGE);
JOptionPane.showMessageDialog(HamRadioMinimumLog.this, "Ham Radio Minimum Log\nVersion " + APPLICATION_VERSION + "\n\nThis application uses GSON from Google. GSON is licensed under the Apache License 2.0.\nApache License 2.0 can be found at http://www.apache.org/licenses/LICENSE-2.0", "About", JOptionPane.INFORMATION_MESSAGE);
}
}

Expand Down

0 comments on commit 14fff50

Please sign in to comment.