X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=altoslib%2FAltosFlashListener.java;h=f9eaf00f1f4df5d7ddd4c1df555143c1b8f24733;hb=171d12cb7bb0ea185e9b8b6d90e1c0fb94b19008;hp=777ae635bf3ec24475ec3bda2b80d44df98fd941;hpb=488a527267decece48e6682e0e0c7fc29cbed329;p=fw%2Faltos diff --git a/altoslib/AltosFlashListener.java b/altoslib/AltosFlashListener.java index 777ae635..f9eaf00f 100644 --- a/altoslib/AltosFlashListener.java +++ b/altoslib/AltosFlashListener.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 @@ -15,7 +16,7 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -package org.altusmetrum.altoslib_2; +package org.altusmetrum.altoslib_13; public interface AltosFlashListener { public void position(String label, int percent);