This is an automated email from the git hooks/post-receive script. New commit to branch release/0.8.2 in repository lima. See http://git.chorem.org/lima.git commit 2753820a34f85badfbfe4c5521149ac2b07b8b10 Author: Maven Release <maven-release@codelutin.com> Date: Fri Mar 20 21:00:56 2015 +0000 fix license headers --- .../lima/business/config/LimaConfigOptionDef.java | 22 ++++++++++++++++++++++ .../org/chorem/lima/report/LimaReportConfig.java | 22 ++++++++++++++++++++++ .../lima/report/service/GeneratedReport.java | 22 ++++++++++++++++++++++ .../org.chorem.lima/server/LimaServerConfig.java | 22 ++++++++++++++++++++++ 4 files changed, 88 insertions(+) diff --git a/lima-business-api/src/main/java/org/chorem/lima/business/config/LimaConfigOptionDef.java b/lima-business-api/src/main/java/org/chorem/lima/business/config/LimaConfigOptionDef.java index f6b85d8..7dc23cb 100644 --- a/lima-business-api/src/main/java/org/chorem/lima/business/config/LimaConfigOptionDef.java +++ b/lima-business-api/src/main/java/org/chorem/lima/business/config/LimaConfigOptionDef.java @@ -1,5 +1,27 @@ package org.chorem.lima.business.config; +/* + * #%L + * Lima :: Business API + * %% + * Copyright (C) 2008 - 2015 CodeLutin + * %% + * 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 org.nuiton.config.ConfigOptionDef; /** diff --git a/lima-report/src/main/java/org/chorem/lima/report/LimaReportConfig.java b/lima-report/src/main/java/org/chorem/lima/report/LimaReportConfig.java index 1bdc932..bfb438f 100644 --- a/lima-report/src/main/java/org/chorem/lima/report/LimaReportConfig.java +++ b/lima-report/src/main/java/org/chorem/lima/report/LimaReportConfig.java @@ -1,5 +1,27 @@ package org.chorem.lima.report; +/* + * #%L + * Lima :: Report + * %% + * Copyright (C) 2008 - 2015 CodeLutin + * %% + * 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 org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.chorem.lima.LimaTechnicalException; diff --git a/lima-report/src/main/java/org/chorem/lima/report/service/GeneratedReport.java b/lima-report/src/main/java/org/chorem/lima/report/service/GeneratedReport.java index 7ae468c..710db3a 100644 --- a/lima-report/src/main/java/org/chorem/lima/report/service/GeneratedReport.java +++ b/lima-report/src/main/java/org/chorem/lima/report/service/GeneratedReport.java @@ -1,5 +1,27 @@ package org.chorem.lima.report.service; +/* + * #%L + * Lima :: Report + * %% + * Copyright (C) 2008 - 2015 CodeLutin + * %% + * 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 java.io.InputStream; /** diff --git a/lima-server/src/main/java/org.chorem.lima/server/LimaServerConfig.java b/lima-server/src/main/java/org.chorem.lima/server/LimaServerConfig.java index 3ac87f5..04020ac 100644 --- a/lima-server/src/main/java/org.chorem.lima/server/LimaServerConfig.java +++ b/lima-server/src/main/java/org.chorem.lima/server/LimaServerConfig.java @@ -1,5 +1,27 @@ package org.chorem.lima.server; +/* + * #%L + * Lima :: Server + * %% + * Copyright (C) 2008 - 2015 CodeLutin + * %% + * 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 org.apache.commons.lang3.StringUtils; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.