This is an automated email from the git hooks/post-receive script. New commit to branch release/2.29 in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git commit be42fd5e777405b402bac493662c2d144b2da44c Author: Maven Release <maven-release@codelutin.com> Date: Wed Apr 27 19:52:21 2016 +0200 Adding missing license header --- .../runtime/swing/renderer/EnumEditorRenderer.java | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/jaxx-runtime/src/main/java/jaxx/runtime/swing/renderer/EnumEditorRenderer.java b/jaxx-runtime/src/main/java/jaxx/runtime/swing/renderer/EnumEditorRenderer.java index c781a12..656447b 100644 --- a/jaxx-runtime/src/main/java/jaxx/runtime/swing/renderer/EnumEditorRenderer.java +++ b/jaxx-runtime/src/main/java/jaxx/runtime/swing/renderer/EnumEditorRenderer.java @@ -1,5 +1,27 @@ package jaxx.runtime.swing.renderer; +/* + * #%L + * JAXX :: Runtime + * %% + * 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 com.google.common.collect.ImmutableMap; import javax.swing.DefaultListCellRenderer; -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.