This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit 0d472afada366a97ee2b0aa323cde30b76b4a3ed Author: Kevin Morin <morin@codelutin.com> Date: Thu Feb 16 11:02:39 2017 +0100 add license headers --- .../franciaflex/faxtomail/beans/Quantities.java | 24 ++++++++++++++++++++++ .../faxtomail/beans/QuantitiesByRange.java | 24 ++++++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/faxtomail-persistence/src/main/java/com/franciaflex/faxtomail/beans/Quantities.java b/faxtomail-persistence/src/main/java/com/franciaflex/faxtomail/beans/Quantities.java index ed15198..6eb9552 100644 --- a/faxtomail-persistence/src/main/java/com/franciaflex/faxtomail/beans/Quantities.java +++ b/faxtomail-persistence/src/main/java/com/franciaflex/faxtomail/beans/Quantities.java @@ -1,5 +1,29 @@ package com.franciaflex.faxtomail.beans; +/*- + * #%L + * FaxToMail :: Persistence + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2014 - 2017 Mac-Groupe, Code Lutin + * %% + * 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% + */ + /** * @author Kevin Morin (Code Lutin) * @since 2.2.3 diff --git a/faxtomail-persistence/src/main/java/com/franciaflex/faxtomail/beans/QuantitiesByRange.java b/faxtomail-persistence/src/main/java/com/franciaflex/faxtomail/beans/QuantitiesByRange.java index b2ecdf9..f6533b7 100644 --- a/faxtomail-persistence/src/main/java/com/franciaflex/faxtomail/beans/QuantitiesByRange.java +++ b/faxtomail-persistence/src/main/java/com/franciaflex/faxtomail/beans/QuantitiesByRange.java @@ -1,5 +1,29 @@ package com.franciaflex.faxtomail.beans; +/*- + * #%L + * FaxToMail :: Persistence + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2014 - 2017 Mac-Groupe, Code Lutin + * %% + * 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 com.franciaflex.faxtomail.persistence.entities.Range; import com.google.common.collect.ImmutableMap; -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.