details: /erp/devel/pi/rev/4940c63db907 changeset: 7095:4940c63db907 user: Harikrishnan Raja <harikrishnan.raja <at> openbravo.com> date: Tue Apr 20 13:39:41 2010 +0530 summary: Fixes for inserting the license in java file.
diffstat: src-util/modulescript/src/org/openbravo/modulescript/CreateDoctypeTemplate.java | 18 ++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diffs (25 lines): diff -r 0b04dd591f7e -r 4940c63db907 src-util/modulescript/src/org/openbravo/modulescript/CreateDoctypeTemplate.java --- a/src-util/modulescript/src/org/openbravo/modulescript/CreateDoctypeTemplate.java Tue Apr 20 08:59:59 2010 +0200 +++ b/src-util/modulescript/src/org/openbravo/modulescript/CreateDoctypeTemplate.java Tue Apr 20 13:39:41 2010 +0530 @@ -1,3 +1,21 @@ +/* + ************************************************************************* + * The contents of this file are subject to the Openbravo Public License + * Version 1.0 (the "License"), being the Mozilla Public License + * Version 1.1 with a permitted attribution clause; you may not use this + * file except in compliance with the License. You may obtain a copy of + * the License at http://www.openbravo.com/legal/license.html + * Software distributed under the License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the + * License for the specific language governing rights and limitations + * under the License. + * The Original Code is Openbravo ERP. + * The Initial Developer of the Original Code is Openbravo SLU + * All portions are Copyright (C) 2010 Openbravo SLU + * All Rights Reserved. + * Contributor(s): ______________________________________. + ************************************************************************ + */ package org.openbravo.modulescript; import java.sql.Connection; ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Openbravo-commits mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-commits
