r1637 - trunk/wao-business/src/main/java/fr/ifremer/wao/service
Author: bleny Date: 2013-01-11 17:35:03 +0100 (Fri, 11 Jan 2013) New Revision: 1637 Url: http://forge.codelutin.com/projects/wao/repository/revisions/1637 Log: update file headers, trying to commit something Modified: trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceBoat.java trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceBoatAbstract.java trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceCartography.java trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceCartographyAbstract.java trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceChart.java trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceContact.java trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceContactAbstract.java trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceNews.java trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceNewsAbstract.java trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceReferential.java trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceReferentialAbstract.java trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceSampling.java trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceSamplingAbstract.java trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceSynthesis.java trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceSynthesisAbstract.java trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceUser.java trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceUserAbstract.java Modified: trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceBoat.java =================================================================== --- trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceBoat.java 2013-01-09 14:35:16 UTC (rev 1636) +++ trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceBoat.java 2013-01-11 16:35:03 UTC (rev 1637) @@ -1,5 +1,28 @@ package fr.ifremer.wao.service; +/* + * #%L + * Wao :: Business + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2009 - 2013 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 fr.ifremer.wao.WaoBusinessException; import fr.ifremer.wao.WaoException; import fr.ifremer.wao.bean.BoatFilter; Modified: trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceBoatAbstract.java =================================================================== --- trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceBoatAbstract.java 2013-01-09 14:35:16 UTC (rev 1636) +++ trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceBoatAbstract.java 2013-01-11 16:35:03 UTC (rev 1637) @@ -1,5 +1,28 @@ package fr.ifremer.wao.service; +/* + * #%L + * Wao :: Business + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2009 - 2013 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 fr.ifremer.wao.WaoBusinessException; import fr.ifremer.wao.WaoException; import fr.ifremer.wao.bean.BoatFilter; Modified: trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceCartography.java =================================================================== --- trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceCartography.java 2013-01-09 14:35:16 UTC (rev 1636) +++ trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceCartography.java 2013-01-11 16:35:03 UTC (rev 1637) @@ -1,5 +1,28 @@ package fr.ifremer.wao.service; +/* + * #%L + * Wao :: Business + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2009 - 2013 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 fr.ifremer.wao.WaoException; import fr.ifremer.wao.bean.ContactFilter; import fr.ifremer.wao.io.ImportResults; Modified: trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceCartographyAbstract.java =================================================================== --- trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceCartographyAbstract.java 2013-01-09 14:35:16 UTC (rev 1636) +++ trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceCartographyAbstract.java 2013-01-11 16:35:03 UTC (rev 1637) @@ -1,5 +1,28 @@ package fr.ifremer.wao.service; +/* + * #%L + * Wao :: Business + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2009 - 2013 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 fr.ifremer.wao.WaoException; import fr.ifremer.wao.bean.ContactFilter; import fr.ifremer.wao.io.ImportResults; Modified: trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceChart.java =================================================================== --- trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceChart.java 2013-01-09 14:35:16 UTC (rev 1636) +++ trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceChart.java 2013-01-11 16:35:03 UTC (rev 1637) @@ -1,5 +1,28 @@ package fr.ifremer.wao.service; +/* + * #%L + * Wao :: Business + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2009 - 2013 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 fr.ifremer.wao.bean.PieChartData; public interface ServiceChart { Modified: trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceContact.java =================================================================== --- trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceContact.java 2013-01-09 14:35:16 UTC (rev 1636) +++ trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceContact.java 2013-01-11 16:35:03 UTC (rev 1637) @@ -1,5 +1,28 @@ package fr.ifremer.wao.service; +/* + * #%L + * Wao :: Business + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2009 - 2013 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 fr.ifremer.wao.WaoBusinessException; import fr.ifremer.wao.WaoException; import fr.ifremer.wao.bean.ConnectedUser; Modified: trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceContactAbstract.java =================================================================== --- trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceContactAbstract.java 2013-01-09 14:35:16 UTC (rev 1636) +++ trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceContactAbstract.java 2013-01-11 16:35:03 UTC (rev 1637) @@ -1,5 +1,28 @@ package fr.ifremer.wao.service; +/* + * #%L + * Wao :: Business + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2009 - 2013 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 fr.ifremer.wao.WaoBusinessException; import fr.ifremer.wao.WaoException; import fr.ifremer.wao.bean.ConnectedUser; Modified: trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceNews.java =================================================================== --- trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceNews.java 2013-01-09 14:35:16 UTC (rev 1636) +++ trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceNews.java 2013-01-11 16:35:03 UTC (rev 1637) @@ -1,5 +1,28 @@ package fr.ifremer.wao.service; +/* + * #%L + * Wao :: Business + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2009 - 2013 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 fr.ifremer.wao.WaoException; import fr.ifremer.wao.bean.ConnectedUser; import fr.ifremer.wao.entity.News; Modified: trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceNewsAbstract.java =================================================================== --- trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceNewsAbstract.java 2013-01-09 14:35:16 UTC (rev 1636) +++ trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceNewsAbstract.java 2013-01-11 16:35:03 UTC (rev 1637) @@ -1,5 +1,28 @@ package fr.ifremer.wao.service; +/* + * #%L + * Wao :: Business + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2009 - 2013 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 fr.ifremer.wao.WaoException; import fr.ifremer.wao.bean.ConnectedUser; import fr.ifremer.wao.entity.News; Modified: trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceReferential.java =================================================================== --- trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceReferential.java 2013-01-09 14:35:16 UTC (rev 1636) +++ trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceReferential.java 2013-01-11 16:35:03 UTC (rev 1637) @@ -1,5 +1,28 @@ package fr.ifremer.wao.service; +/* + * #%L + * Wao :: Business + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2009 - 2013 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 fr.ifremer.wao.WaoException; import fr.ifremer.wao.bean.ContactState; import fr.ifremer.wao.bean.ObsProgram; Modified: trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceReferentialAbstract.java =================================================================== --- trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceReferentialAbstract.java 2013-01-09 14:35:16 UTC (rev 1636) +++ trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceReferentialAbstract.java 2013-01-11 16:35:03 UTC (rev 1637) @@ -1,5 +1,28 @@ package fr.ifremer.wao.service; +/* + * #%L + * Wao :: Business + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2009 - 2013 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 fr.ifremer.wao.WaoDAOHelper; import fr.ifremer.wao.WaoException; import fr.ifremer.wao.bean.ContactState; Modified: trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceSampling.java =================================================================== --- trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceSampling.java 2013-01-09 14:35:16 UTC (rev 1636) +++ trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceSampling.java 2013-01-11 16:35:03 UTC (rev 1637) @@ -1,5 +1,28 @@ package fr.ifremer.wao.service; +/* + * #%L + * Wao :: Business + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2009 - 2013 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 fr.ifremer.wao.WaoBusinessException; import fr.ifremer.wao.WaoException; import fr.ifremer.wao.bean.ConnectedUser; Modified: trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceSamplingAbstract.java =================================================================== --- trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceSamplingAbstract.java 2013-01-09 14:35:16 UTC (rev 1636) +++ trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceSamplingAbstract.java 2013-01-11 16:35:03 UTC (rev 1637) @@ -1,5 +1,28 @@ package fr.ifremer.wao.service; +/* + * #%L + * Wao :: Business + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2009 - 2013 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 fr.ifremer.wao.WaoBusinessException; import fr.ifremer.wao.WaoException; import fr.ifremer.wao.bean.ConnectedUser; Modified: trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceSynthesis.java =================================================================== --- trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceSynthesis.java 2013-01-09 14:35:16 UTC (rev 1636) +++ trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceSynthesis.java 2013-01-11 16:35:03 UTC (rev 1637) @@ -1,5 +1,28 @@ package fr.ifremer.wao.service; +/* + * #%L + * Wao :: Business + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2009 - 2013 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 fr.ifremer.wao.WaoException; import fr.ifremer.wao.bean.BoardingResult; import fr.ifremer.wao.bean.ContactAverageReactivity; Modified: trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceSynthesisAbstract.java =================================================================== --- trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceSynthesisAbstract.java 2013-01-09 14:35:16 UTC (rev 1636) +++ trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceSynthesisAbstract.java 2013-01-11 16:35:03 UTC (rev 1637) @@ -1,5 +1,28 @@ package fr.ifremer.wao.service; +/* + * #%L + * Wao :: Business + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2009 - 2013 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 fr.ifremer.wao.WaoException; import fr.ifremer.wao.bean.BoardingResult; import fr.ifremer.wao.bean.ContactAverageReactivity; Modified: trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceUser.java =================================================================== --- trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceUser.java 2013-01-09 14:35:16 UTC (rev 1636) +++ trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceUser.java 2013-01-11 16:35:03 UTC (rev 1637) @@ -1,5 +1,28 @@ package fr.ifremer.wao.service; +/* + * #%L + * Wao :: Business + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2009 - 2013 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 fr.ifremer.wao.WaoBusinessException; import fr.ifremer.wao.WaoException; import fr.ifremer.wao.bean.ConnectedUser; Modified: trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceUserAbstract.java =================================================================== --- trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceUserAbstract.java 2013-01-09 14:35:16 UTC (rev 1636) +++ trunk/wao-business/src/main/java/fr/ifremer/wao/service/ServiceUserAbstract.java 2013-01-11 16:35:03 UTC (rev 1637) @@ -1,5 +1,28 @@ package fr.ifremer.wao.service; +/* + * #%L + * Wao :: Business + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2009 - 2013 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 fr.ifremer.wao.WaoBusinessException; import fr.ifremer.wao.WaoException; import fr.ifremer.wao.bean.ConnectedUser;
participants (1)
-
bleny@users.forge.codelutin.com