From 9e202460d4f9ffa9ddffb06308523f39b538553c Mon Sep 17 00:00:00 2001 From: Heng Sin Low Date: Tue, 13 Oct 2009 09:31:40 +0000 Subject: [PATCH] Refactor custom form - ID: 2787613 for Translation Import/Export --- .../adempiere/webui/install/WTranslationDialog.java | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/zkwebui/WEB-INF/src/org/adempiere/webui/install/WTranslationDialog.java b/zkwebui/WEB-INF/src/org/adempiere/webui/install/WTranslationDialog.java index a299cee917..89d9dfd457 100644 --- a/zkwebui/WEB-INF/src/org/adempiere/webui/install/WTranslationDialog.java +++ b/zkwebui/WEB-INF/src/org/adempiere/webui/install/WTranslationDialog.java @@ -1,3 +1,16 @@ +/****************************************************************************** + * Copyright (C) 2009 Low Heng Sin * + * Copyright (C) 2009 Idalica Corporation * + * 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. * + *****************************************************************************/ package org.adempiere.webui.install; import java.util.ArrayList;