This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository eugene. See https://gitlab.nuiton.org/nuiton/eugene.git commit 18ef37eb4a53f08ba40f55f2f45ddec768c043cf Author: Maven Release <maven-release@codelutin.com> Date: Sun Oct 9 17:54:25 2016 +0200 Add missing license header --- .../models/extension/io/ModelExtensionFormat.java | 22 ++++++++++++++++++++++ .../models/extension/io/ModelExtensionWriter.java | 22 ++++++++++++++++++++++ .../extension/io/ModelExtensionWriterIniImpl.java | 22 ++++++++++++++++++++++ .../io/ModelExtensionWriterPropertiesImpl.java | 22 ++++++++++++++++++++++ 4 files changed, 88 insertions(+) diff --git a/eugene/src/main/java/org/nuiton/eugene/models/extension/io/ModelExtensionFormat.java b/eugene/src/main/java/org/nuiton/eugene/models/extension/io/ModelExtensionFormat.java index bae6c12..d28f9f3 100644 --- a/eugene/src/main/java/org/nuiton/eugene/models/extension/io/ModelExtensionFormat.java +++ b/eugene/src/main/java/org/nuiton/eugene/models/extension/io/ModelExtensionFormat.java @@ -1,5 +1,27 @@ package org.nuiton.eugene.models.extension.io; +/*- + * #%L + * EUGene :: EUGene + * %% + * Copyright (C) 2004 - 2016 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 + * 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 Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + /** * Created on 09/10/16. * diff --git a/eugene/src/main/java/org/nuiton/eugene/models/extension/io/ModelExtensionWriter.java b/eugene/src/main/java/org/nuiton/eugene/models/extension/io/ModelExtensionWriter.java index 6eac596..f706758 100644 --- a/eugene/src/main/java/org/nuiton/eugene/models/extension/io/ModelExtensionWriter.java +++ b/eugene/src/main/java/org/nuiton/eugene/models/extension/io/ModelExtensionWriter.java @@ -1,5 +1,27 @@ package org.nuiton.eugene.models.extension.io; +/*- + * #%L + * EUGene :: EUGene + * %% + * Copyright (C) 2004 - 2016 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 + * 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 Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import org.apache.commons.lang3.NotImplementedException; import org.nuiton.eugene.models.extension.model.ModelExtension; import org.nuiton.eugene.models.object.ObjectModel; diff --git a/eugene/src/main/java/org/nuiton/eugene/models/extension/io/ModelExtensionWriterIniImpl.java b/eugene/src/main/java/org/nuiton/eugene/models/extension/io/ModelExtensionWriterIniImpl.java index 5521e2d..30512c3 100644 --- a/eugene/src/main/java/org/nuiton/eugene/models/extension/io/ModelExtensionWriterIniImpl.java +++ b/eugene/src/main/java/org/nuiton/eugene/models/extension/io/ModelExtensionWriterIniImpl.java @@ -1,5 +1,27 @@ package org.nuiton.eugene.models.extension.io; +/*- + * #%L + * EUGene :: EUGene + * %% + * Copyright (C) 2004 - 2016 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 + * 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 Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import org.apache.commons.collections4.CollectionUtils; import org.apache.commons.lang3.SystemUtils; import org.nuiton.eugene.models.extension.model.ModelExtension; diff --git a/eugene/src/main/java/org/nuiton/eugene/models/extension/io/ModelExtensionWriterPropertiesImpl.java b/eugene/src/main/java/org/nuiton/eugene/models/extension/io/ModelExtensionWriterPropertiesImpl.java index 2d35ad6..0ed3ea9 100644 --- a/eugene/src/main/java/org/nuiton/eugene/models/extension/io/ModelExtensionWriterPropertiesImpl.java +++ b/eugene/src/main/java/org/nuiton/eugene/models/extension/io/ModelExtensionWriterPropertiesImpl.java @@ -1,5 +1,27 @@ package org.nuiton.eugene.models.extension.io; +/*- + * #%L + * EUGene :: EUGene + * %% + * Copyright (C) 2004 - 2016 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 + * 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 Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import com.google.common.base.Joiner; import org.apache.commons.collections4.CollectionUtils; import org.apache.commons.lang3.SystemUtils; -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.