X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=altosui%2FAltosPad.java;h=d411c969a71eb2c2d348d7e43c0b292ad9dc165f;hb=7e2b92ccb56b713fd18af5769156331ead8dc7ed;hp=9a8c8087037ba4ff604d400b36f3ad64c8862c1d;hpb=60f4d69592c440ab7bb67a04f4c07fc7279d2c20;p=fw%2Faltos diff --git a/altosui/AltosPad.java b/altosui/AltosPad.java index 9a8c8087..d411c969 100644 --- a/altosui/AltosPad.java +++ b/altosui/AltosPad.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 @@ -18,8 +19,8 @@ package altosui; import java.util.*; -import org.altusmetrum.altoslib_10.*; -import org.altusmetrum.altosuilib_10.*; +import org.altusmetrum.altoslib_11.*; +import org.altusmetrum.altosuilib_11.*; public class AltosPad extends AltosUIFlightTab {