Author: echatellier Date: 2011-11-18 16:45:59 +0100 (Fri, 18 Nov 2011) New Revision: 3529 Url: http://forge.codelutin.com/repositories/revision/isis-fish/3529 Log: Update licenses Modified: trunk/src/license/THIRD-PARTY.properties trunk/src/main/java/fr/ifremer/isisfish/ui/simulator/RuleChooserHandler.java Modified: trunk/src/license/THIRD-PARTY.properties =================================================================== --- trunk/src/license/THIRD-PARTY.properties 2011-11-18 14:57:44 UTC (rev 3528) +++ trunk/src/license/THIRD-PARTY.properties 2011-11-18 15:45:59 UTC (rev 3529) @@ -12,11 +12,13 @@ # - BSD licence # - BSD style # - BSD-style license +# - CDDL # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Public License Version 1.0 # - GNU General Public License - Version 2 with the class path exception # - GNU Lesser General Public Licence # - GPL +# - GPLv2+CE # - ICU License # - Indiana University Extreme! Lab Software License, vesion 1.1.1 # - JDom license @@ -27,7 +29,6 @@ # - Lesser General Public License (LGPL) v 3.0 # - Lesser General Public License (LPGL) # - Lesser General Public License (LPGL) v 2.1 -# - License Agreement for JavaMail(TM) API # - MIT License # - Revised BSD # - Sun's Binary Code License @@ -42,7 +43,7 @@ # Please fill the missing licenses for dependencies : # # -#Fri Oct 28 15:35:59 CEST 2011 +#Fri Nov 18 15:56:18 CET 2011 antlr--antlr--2.7.6=BSD License asm--asm-commons--3.1=http\://asm.ow2.org/license.html asm--asm-tree--3.1=http\://asm.ow2.org/license.html @@ -56,7 +57,6 @@ dom4j--dom4j--1.6.1=BSD License javassist--javassist--3.8.0.GA=GNU Lesser General Public License javax.activation--activation--1.1.1=COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 -javax.mail--mail--1.4.1=License Agreement for JavaMail(TM) API javax.transaction--jta--1.1=Java Transaction API (JTA) License jaxen--jaxen--1.1.1=Jaxen license jdom--jdom--1.0=JDom license Modified: trunk/src/main/java/fr/ifremer/isisfish/ui/simulator/RuleChooserHandler.java =================================================================== --- trunk/src/main/java/fr/ifremer/isisfish/ui/simulator/RuleChooserHandler.java 2011-11-18 14:57:44 UTC (rev 3528) +++ trunk/src/main/java/fr/ifremer/isisfish/ui/simulator/RuleChooserHandler.java 2011-11-18 15:45:59 UTC (rev 3529) @@ -1,25 +1,23 @@ /* * #%L - * - * * $Id$ * $HeadURL$ * %% * Copyright (C) 2011 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 - * published by the Free Software Foundation, either version 3 of the + * 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 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-2.0.html>. * #L% */