X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=micropeak%2FMicroExport.java;h=a6dd200d09138b39dc013d8ef7b5b78f84119d29;hp=c170f544a45a08eded6c93524cefd793b5c5ac87;hb=d2ec815a17e9327414bab7ea09ed483c4f47f460;hpb=b89fb51a963635e2effe3a31f803bfc29c2c46b7 diff --git a/micropeak/MicroExport.java b/micropeak/MicroExport.java index c170f544..a6dd200d 100644 --- a/micropeak/MicroExport.java +++ b/micropeak/MicroExport.java @@ -3,7 +3,8 @@ * * 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 - * the Free Software Foundation; version 2 of the License. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of @@ -23,8 +24,8 @@ import java.util.ArrayList; import java.awt.*; import javax.swing.*; import javax.swing.filechooser.FileNameExtensionFilter; -import org.altusmetrum.altoslib_3.*; -import org.altusmetrum.altosuilib_1.*; +import org.altusmetrum.altoslib_14.*; +import org.altusmetrum.altosuilib_14.*; public class MicroExport extends JFileChooser {