Author: fdesbois Date: 2009-08-26 12:26:55 +0200 (Wed, 26 Aug 2009) New Revision: 24 Modified: branches/alpha3-periodicity/cash-business/src/main/java/org/chorem/cash/impl/ServiceEntryImpl.java branches/alpha3-periodicity/cash-business/src/main/java/org/chorem/cash/impl/ServiceReferenceImpl.java Log: Change license and unused imports Modified: branches/alpha3-periodicity/cash-business/src/main/java/org/chorem/cash/impl/ServiceEntryImpl.java =================================================================== --- branches/alpha3-periodicity/cash-business/src/main/java/org/chorem/cash/impl/ServiceEntryImpl.java 2009-08-26 10:25:57 UTC (rev 23) +++ branches/alpha3-periodicity/cash-business/src/main/java/org/chorem/cash/impl/ServiceEntryImpl.java 2009-08-26 10:26:55 UTC (rev 24) @@ -3,7 +3,7 @@ * Copyright (C) 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * @@ -12,11 +12,12 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. * - * You should have received a copy of the GNU General Lesser Public + * You should have received a copy of the GNU General Public * License along with this program. If not, see - * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* + * <http://www.gnu.org/licenses/gpl-3.0.html>. ##%* */ + package org.chorem.cash.impl; import java.util.ArrayList; Modified: branches/alpha3-periodicity/cash-business/src/main/java/org/chorem/cash/impl/ServiceReferenceImpl.java =================================================================== --- branches/alpha3-periodicity/cash-business/src/main/java/org/chorem/cash/impl/ServiceReferenceImpl.java 2009-08-26 10:25:57 UTC (rev 23) +++ branches/alpha3-periodicity/cash-business/src/main/java/org/chorem/cash/impl/ServiceReferenceImpl.java 2009-08-26 10:26:55 UTC (rev 24) @@ -21,7 +21,6 @@ import java.util.ArrayList; import java.util.List; -import java.util.ListIterator; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.chorem.cash.CashException;