r332 - trunk/nuiton-struts2/src/main/java/org/nuiton/web/struts2/converters
Author: tchemit Date: 2014-08-26 18:04:29 +0200 (Tue, 26 Aug 2014) New Revision: 332 Url: http://forge.nuiton.org/projects/nuiton-web/repository/revisions/332 Log: add missing license header Modified: trunk/nuiton-struts2/src/main/java/org/nuiton/web/struts2/converters/JsonConverter.java Modified: trunk/nuiton-struts2/src/main/java/org/nuiton/web/struts2/converters/JsonConverter.java =================================================================== --- trunk/nuiton-struts2/src/main/java/org/nuiton/web/struts2/converters/JsonConverter.java 2014-08-26 16:00:05 UTC (rev 331) +++ trunk/nuiton-struts2/src/main/java/org/nuiton/web/struts2/converters/JsonConverter.java 2014-08-26 16:04:29 UTC (rev 332) @@ -1,5 +1,27 @@ package org.nuiton.web.struts2.converters; +/* + * #%L + * Nuiton Web :: Nuiton Struts 2 + * %% + * Copyright (C) 2010 - 2014 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.logging.Log; import org.apache.commons.logging.LogFactory; import org.apache.struts2.json.JSONException;
participants (1)
-
tchemit@users.nuiton.org