Author: echatellier Date: 2012-03-19 10:06:53 +0100 (Mon, 19 Mar 2012) New Revision: 2835 Url: http://chorem.org/repositories/revision/jtimer/2835 Log: Fix header Modified: trunk/src/main/java/org/chorem/jtimer/ui/widget/WindowProperty2.java Modified: trunk/src/main/java/org/chorem/jtimer/ui/widget/WindowProperty2.java =================================================================== --- trunk/src/main/java/org/chorem/jtimer/ui/widget/WindowProperty2.java 2012-03-18 16:44:26 UTC (rev 2834) +++ trunk/src/main/java/org/chorem/jtimer/ui/widget/WindowProperty2.java 2012-03-19 09:06:53 UTC (rev 2835) @@ -1,25 +1,23 @@ /* * #%L - * - * * $Id$ * $HeadURL$ * %% * Copyright (C) 2012 Codelutin, Chatellier Eric * %% * 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. * * 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 Lesser Public License for more details. + * GNU General 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>. * #L% */