X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=altosui%2FAltos.java;h=36b951e3c2c99ce283753fa97411be2749a5150c;hp=d25736bf36da3d77134663a27ce6fe6d8d6744dc;hb=cd75ca767b616900d7df4596907f4f5b00517ad4;hpb=bf88c5f829ea5d32043431945e862a9f6c96740a diff --git a/altosui/Altos.java b/altosui/Altos.java index d25736bf..36b951e3 100644 --- a/altosui/Altos.java +++ b/altosui/Altos.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 @@ -20,8 +21,8 @@ package altosui; import java.awt.*; import libaltosJNI.*; -import org.altusmetrum.altoslib_1.*; -import org.altusmetrum.altosuilib_1.*; +import org.altusmetrum.altoslib_13.*; +import org.altusmetrum.altosuilib_13.*; public class Altos extends AltosUILib {