r2283 - in trunk: wao-persistence/src/test/java/fr/ifremer/wao/entity wao-web/src/main/resources/fr/ifremer/wao/web
Author: bleny Date: 2014-10-07 15:01:25 +0200 (Tue, 07 Oct 2014) New Revision: 2283 Url: http://forge.codelutin.com/projects/wao/repository/revisions/2283 Log: Ajout d'ent?\195?\170tes de licences manquants Modified: trunk/wao-persistence/src/test/java/fr/ifremer/wao/entity/ContactStateTest.java trunk/wao-web/src/main/resources/fr/ifremer/wao/web/WaoJspActionSupport-conversion.properties Modified: trunk/wao-persistence/src/test/java/fr/ifremer/wao/entity/ContactStateTest.java =================================================================== --- trunk/wao-persistence/src/test/java/fr/ifremer/wao/entity/ContactStateTest.java 2014-10-07 09:30:00 UTC (rev 2282) +++ trunk/wao-persistence/src/test/java/fr/ifremer/wao/entity/ContactStateTest.java 2014-10-07 13:01:25 UTC (rev 2283) @@ -1,5 +1,26 @@ package fr.ifremer.wao.entity; +/* + * #%L + * Wao :: Persistence + * %% + * Copyright (C) 2009 - 2014 Ifremer + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * #L% + */ + import org.junit.Assert; import org.junit.Test; Modified: trunk/wao-web/src/main/resources/fr/ifremer/wao/web/WaoJspActionSupport-conversion.properties =================================================================== --- trunk/wao-web/src/main/resources/fr/ifremer/wao/web/WaoJspActionSupport-conversion.properties 2014-10-07 09:30:00 UTC (rev 2282) +++ trunk/wao-web/src/main/resources/fr/ifremer/wao/web/WaoJspActionSupport-conversion.properties 2014-10-07 13:01:25 UTC (rev 2283) @@ -1 +1,21 @@ +### +# #%L +# Wao :: Web +# %% +# Copyright (C) 2009 - 2014 Ifremer +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero 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 Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# #L% +### defaultCookie=org.nuiton.web.struts2.converters.JsonConverter
participants (1)
-
bleny@users.forge.codelutin.com