Tony CHEMIT pushed to branch feature/refactor_ui at ultreiaio / ird-observe Commits: d15689e4 by Tony CHEMIT at 2017-09-23T14:54:03Z add license headers - - - - - 2 changed files: - client/src/main/java/fr/ird/observe/client/ui/actions/content/ShowFormTechnicalInformationUIAction.java - persistence/src/main/java/fr/ird/observe/entities/longline/SetLonglineObsTopiaDao.java Changes: ===================================== client/src/main/java/fr/ird/observe/client/ui/actions/content/ShowFormTechnicalInformationUIAction.java ===================================== --- a/client/src/main/java/fr/ird/observe/client/ui/actions/content/ShowFormTechnicalInformationUIAction.java +++ b/client/src/main/java/fr/ird/observe/client/ui/actions/content/ShowFormTechnicalInformationUIAction.java @@ -1,5 +1,27 @@ package fr.ird.observe.client.ui.actions.content; +/*- + * #%L + * ObServe :: Client + * %% + * Copyright (C) 2008 - 2017 IRD, Code Lutin, Ultreia.io + * %% + * This program is free software: you can redistribute it and/or modify + * 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 Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.client.ObserveClientApplicationContext; import fr.ird.observe.client.ui.ObserveMainUI; import fr.ird.observe.client.ui.content.spi.ContentUI; ===================================== persistence/src/main/java/fr/ird/observe/entities/longline/SetLonglineObsTopiaDao.java ===================================== --- a/persistence/src/main/java/fr/ird/observe/entities/longline/SetLonglineObsTopiaDao.java +++ b/persistence/src/main/java/fr/ird/observe/entities/longline/SetLonglineObsTopiaDao.java @@ -1,5 +1,27 @@ package fr.ird.observe.entities.longline; +/*- + * #%L + * ObServe :: Persistence + * %% + * Copyright (C) 2008 - 2017 IRD, Code Lutin, Ultreia.io + * %% + * This program is free software: you can redistribute it and/or modify + * 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 Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.persistence.ObserveEntityEnum; public class SetLonglineObsTopiaDao extends AbstractSetLonglineObsTopiaDao<SetLonglineObs> { View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/d15689e4c6a77bde29118d1f1a7e... --- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/d15689e4c6a77bde29118d1f1a7e... You're receiving this email because of your account on gitlab.com.