add copyright comment
This commit is contained in:
parent
9718b12cfe
commit
5f6ab2d6ef
|
@ -1,6 +1,18 @@
|
||||||
/**
|
/******************************************************************************
|
||||||
*
|
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||||
*/
|
* Copyright (C) 1999-2009 Adempiere, Inc. All Rights Reserved. *
|
||||||
|
* This program is free software; you can redistribute it and/or modify it *
|
||||||
|
* under the terms version 2 of the GNU General Public License as published *
|
||||||
|
* by the Free Software Foundation. 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, write to the Free Software Foundation, Inc., *
|
||||||
|
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
|
||||||
|
* *
|
||||||
|
* Copyright (C) 2009 Teo Sarca, teo.sarca@gmail.com *
|
||||||
|
*****************************************************************************/
|
||||||
package org.adempiere.pipo.handler;
|
package org.adempiere.pipo.handler;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
@ -23,7 +35,7 @@ import org.xml.sax.SAXException;
|
||||||
import org.xml.sax.helpers.AttributesImpl;
|
import org.xml.sax.helpers.AttributesImpl;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Teo Sarca
|
* @author Teo Sarca, teo.sarca@gmail.com
|
||||||
* <li>FR [ 2847669 ] 2pack export model validator functionality
|
* <li>FR [ 2847669 ] 2pack export model validator functionality
|
||||||
* https://sourceforge.net/tracker/?func=detail&aid=2847669&group_id=176962&atid=879335
|
* https://sourceforge.net/tracker/?func=detail&aid=2847669&group_id=176962&atid=879335
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue