X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=altosui%2FAltos.java;h=36b951e3c2c99ce283753fa97411be2749a5150c;hp=4b3d17fe727d8bcb903c490c026acc09bc9ec235;hb=cd75ca767b616900d7df4596907f4f5b00517ad4;hpb=87c8bb3956897830da1f7aaca2990a9571767b73 diff --git a/altosui/Altos.java b/altosui/Altos.java index 4b3d17fe..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_8.*; -import org.altusmetrum.altosuilib_8.*; +import org.altusmetrum.altoslib_13.*; +import org.altusmetrum.altosuilib_13.*; public class Altos extends AltosUILib {