03/08: Add missing license headers
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git commit 787337abde145a57f982f55c166f9370d0af1eae Author: Maven Release <maven-release@codelutin.com> Date: Mon Aug 1 13:35:24 2016 +0200 Add missing license headers --- .../java/org/nuiton/jaxx/plugin/LambdaTest.java | 22 ++++++++++++++++++++++ .../jaxx/plugin/lambdaTest/LambdaHandler.java | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/LambdaTest.java b/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/LambdaTest.java index 0a609a9..6c5746c 100644 --- a/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/LambdaTest.java +++ b/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/LambdaTest.java @@ -1,5 +1,27 @@ package org.nuiton.jaxx.plugin; +/*- + * #%L + * JAXX :: Maven plugin + * %% + * Copyright (C) 2008 - 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.junit.Test; /** diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/lambdaTest/LambdaHandler.java b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/lambdaTest/LambdaHandler.java index 8d97094..a45686b 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/lambdaTest/LambdaHandler.java +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/lambdaTest/LambdaHandler.java @@ -1,5 +1,27 @@ package org.nuiton.jaxx.plugin.lambdaTest; +/*- + * #%L + * JAXX :: Maven plugin + * %% + * Copyright (C) 2008 - 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 jaxx.runtime.JAXXObject; import jaxx.runtime.spi.UIHandler; import org.apache.commons.logging.Log; -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm