Author: echatellier Date: 2010-03-01 10:45:35 +0100 (Mon, 01 Mar 2010) New Revision: 2794 Modified: trunk/lima-main/src/main/java/org/chorem/lima/LimaContext.java Log: Remove duplicated header Modified: trunk/lima-main/src/main/java/org/chorem/lima/LimaContext.java =================================================================== --- trunk/lima-main/src/main/java/org/chorem/lima/LimaContext.java 2010-03-01 09:32:36 UTC (rev 2793) +++ trunk/lima-main/src/main/java/org/chorem/lima/LimaContext.java 2010-03-01 09:45:35 UTC (rev 2794) @@ -16,20 +16,7 @@ * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */ -/** - * ##% Copyright (C) 2008 Code Lutin, Tony Chemit - * 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; 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 MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU General Public License for more details. You - * should have received a copy of the GNU General Public License along with this - * program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - * - Suite 330, Boston, MA 02111-1307, USA. - * ##% - */ + package org.chorem.lima; import jaxx.runtime.Util;