From 524147954ac63331ad4040700a54db4ec13e0951 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Tue, 29 Jul 2008 20:38:22 +0000 Subject: [PATCH] Minor fix - comment header is truncated when generated --- .../adempiere/util/ModelInterfaceGenerator.java | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/base/src/org/adempiere/util/ModelInterfaceGenerator.java b/base/src/org/adempiere/util/ModelInterfaceGenerator.java index 18837a562b..15575dbf06 100644 --- a/base/src/org/adempiere/util/ModelInterfaceGenerator.java +++ b/base/src/org/adempiere/util/ModelInterfaceGenerator.java @@ -5,18 +5,18 @@ * Copyright (C) Trifon Trifonov. * * Copyright (C) Contributors * * * -* This program is free software; you can redistribute it and/or * +* This program is free software, you can redistribute it and/or * * modify it under the terms of the GNU General Public License * -* as published by the Free Software Foundation; either version 2 * +* as published by the Free Software Foundation, either version 2 * * 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 * +* 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 * +* along with this program, if not, write to the Free Software * * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * * MA 02110-1301, USA. * * * @@ -77,18 +77,18 @@ public class ModelInterfaceGenerator { + " * Copyright (C) Trifon Trifonov. *\n" + " * Copyright (C) Contributors *\n" + " * *\n" - + " * This program is free software; you can redistribute it and/or *\n" + + " * This program is free software, you can redistribute it and/or *\n" + " * modify it under the terms of the GNU General Public License *\n" - + " * as published by the Free Software Foundation; either version 2 *\n" + + " * as published by the Free Software Foundation, either version 2 *\n" + " * of the License, or (at your option) any later version. *\n" + " * *\n" + " * This program is distributed in the hope that it will be useful, *\n" - + " * but WITHOUT ANY WARRANTY; without even the implied warranty of *\n" + + " * but WITHOUT ANY WARRANTY, without even the implied warranty of *\n" + " * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *\n" + " * GNU General Public License for more details. *\n" + " * *\n" + " * You should have received a copy of the GNU General Public License *\n" - + " * along with this program; if not, write to the Free Software *\n" + + " * along with this program, if not, write to the Free Software *\n" + " * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *\n" + " * MA 02110-1301, USA. *\n" + " * *\n"