Added license to About window.
This commit is contained in:
parent
69e9fa695c
commit
dc9840b6e5
@ -80,6 +80,7 @@ public class FreqSample {
|
|||||||
new Window("About",
|
new Window("About",
|
||||||
"FreqSample " + version + "\n" +
|
"FreqSample " + version + "\n" +
|
||||||
"Copyright (C) 2014 Nicolás A. Ortega\n" +
|
"Copyright (C) 2014 Nicolás A. Ortega\n" +
|
||||||
|
"License: GNU GPLv3\n" +
|
||||||
"Contact: nicolas.ortega.froysa@gmail.com\n" +
|
"Contact: nicolas.ortega.froysa@gmail.com\n" +
|
||||||
"Source-Code: https://github.com/Deathsbreed/FreqSample\n" +
|
"Source-Code: https://github.com/Deathsbreed/FreqSample\n" +
|
||||||
"Developers: Nicolás Ortega\n\n");
|
"Developers: Nicolás Ortega\n\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user