Author: tchemit Date: 2011-07-04 23:35:36 +0200 (Mon, 04 Jul 2011) New Revision: 84 Url: http://nuiton.org/repositories/revision/nuiton-web/84 Log: update file header + svn properties + optimize third parties Modified: trunk/nuiton-struts2/src/license/THIRD-PARTY.properties trunk/nuiton-struts2/src/main/java/org/nuiton/web/struts2/interceptor/TopiaTransactionInterceptor.java Modified: trunk/nuiton-struts2/src/license/THIRD-PARTY.properties =================================================================== --- trunk/nuiton-struts2/src/license/THIRD-PARTY.properties 2011-07-04 21:20:59 UTC (rev 83) +++ trunk/nuiton-struts2/src/license/THIRD-PARTY.properties 2011-07-04 21:35:36 UTC (rev 84) @@ -3,15 +3,23 @@ # Already used licenses in project : # - BSD License # - Common Public License Version 1.0 +# - Lesser General Public License (LGPL) v 3.0 +# - Lesser General Public License (LPGL) +# - Lesser General Public License (LPGL) v 2.1 +# - MPL 1.1 # - The Apache Software License, Version 2.0 # - http://asm.ow2.org/license.html +# - license.txt #------------------------------------------------------------------------------- # Please fill the missing licenses for dependencies : # # -#Wed May 11 10:01:56 CEST 2011 +#Mon Jul 04 23:33:53 CEST 2011 +antlr--antlr--2.7.6--jar=BSD License asm--asm--3.1--jar=http\://asm.ow2.org/license.html asm--asm-commons--3.1--jar=http\://asm.ow2.org/license.html asm--asm-tree--3.1--jar=http\://asm.ow2.org/license.html -javassist--javassist--3.11.0.GA--jar=Lesser General Public License (LGPL) v 2.1 +commons-primitives--commons-primitives--1.0--jar=The Apache Software License, Version 2.0 +dom4j--dom4j--1.6.1--jar=BSD License +javax.transaction--jta--1.1--jar=COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 ognl--ognl--3.0.1--jar=The Apache Software License, Version 2.0 Modified: trunk/nuiton-struts2/src/main/java/org/nuiton/web/struts2/interceptor/TopiaTransactionInterceptor.java =================================================================== --- trunk/nuiton-struts2/src/main/java/org/nuiton/web/struts2/interceptor/TopiaTransactionInterceptor.java 2011-07-04 21:20:59 UTC (rev 83) +++ trunk/nuiton-struts2/src/main/java/org/nuiton/web/struts2/interceptor/TopiaTransactionInterceptor.java 2011-07-04 21:35:36 UTC (rev 84) @@ -1,3 +1,27 @@ +/* + * #%L + * Nuiton Web :: Nuiton Struts 2 + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2010 - 2011 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% + */ package org.nuiton.web.struts2.interceptor; import com.opensymphony.xwork2.ActionInvocation; Property changes on: trunk/nuiton-struts2/src/main/java/org/nuiton/web/struts2/interceptor/TopiaTransactionInterceptor.java ___________________________________________________________________ Modified: svn:keywords - Author Date Id Revision + Author Date Id Revision HeadURL