From chatellier@users.labs.libre-entreprise.org Mon Jun 15 04:19:32 2026 From: chatellier@users.labs.libre-entreprise.org To: coser-commits@list.forge.codelutin.com Subject: [Coser-commits] r205 - in trunk: coser-business/src/main/java/fr/ifremer/coser/validators coser-ui/src/main/java/fr/ifremer/coser/ui/selection coser-ui/src/main/java/fr/ifremer/coser/ui/selection/model coser-ui/src/main/java/fr/ifremer/coser/ui/util Date: Wed, 10 Nov 2010 18:07:31 +0100 Message-ID: <20101110170731.E34942F224@labs.libre-entreprise.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8802665006921077716==" --===============8802665006921077716== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Author: chatellier Date: 2010-11-10 17:07:31 +0000 (Wed, 10 Nov 2010) New Revision: 205 Log: Fix license headers Modified: trunk/coser-business/src/main/java/fr/ifremer/coser/validators/CoserExpres= sionValidator.java trunk/coser-ui/src/main/java/fr/ifremer/coser/ui/selection/SelectionView.j= axx trunk/coser-ui/src/main/java/fr/ifremer/coser/ui/selection/model/SpecyType= sListModel.java trunk/coser-ui/src/main/java/fr/ifremer/coser/ui/util/CoserListModel.java Modified: trunk/coser-business/src/main/java/fr/ifremer/coser/validators/Cose= rExpressionValidator.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/coser-business/src/main/java/fr/ifremer/coser/validators/CoserExpre= ssionValidator.java 2010-11-10 16:58:38 UTC (rev 204) +++ trunk/coser-business/src/main/java/fr/ifremer/coser/validators/CoserExpre= ssionValidator.java 2010-11-10 17:07:31 UTC (rev 205) @@ -1,3 +1,27 @@ +/* + * #%L + * Coser :: Business + *=20 + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2010 Ifremer, 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=20 + * published by the Free Software Foundation, either version 3 of the=20 + * License, or (at your option) any later version. + *=20 + * 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. + *=20 + * You should have received a copy of the GNU General Lesser Public=20 + * License along with this program. If not, see + * . + * #L% + */ package fr.ifremer.coser.validators; =20 import com.opensymphony.xwork2.util.ValueStack; Modified: trunk/coser-ui/src/main/java/fr/ifremer/coser/ui/selection/Selectio= nView.jaxx =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/coser-ui/src/main/java/fr/ifremer/coser/ui/selection/SelectionView.= jaxx 2010-11-10 16:58:38 UTC (rev 204) +++ trunk/coser-ui/src/main/java/fr/ifremer/coser/ui/selection/SelectionView.= jaxx 2010-11-10 17:07:31 UTC (rev 205) @@ -5,7 +5,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2010 Ifremer, Codelutin + Copyright (C) 2010 Ifremer, Codelutin, Chatellier Eric %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -30,15 +30,6 @@